Python poetry Failed to clone verify ref exists on remote – Ubuntu
I am using poetry 1.4.0 on ubuntu 22.04, and trying to add a specific git branch into my project : poetry add git+ssh://git@dev/home/git/projects/jaydebeapi#nanosecond_fix Failed to clone ssh://git@dev/home/git/projects/jaydebeapi at 'nanosecond_fix', verify ref exists on remote. This is strange because manual git…