Sublime Forum

Push command failing in Windows Git 2.23

#1

After upgrading to git 2.23 for Windows, I get the following behaviour:

When I push a branch to origin through Sublime Merge I get:

ref mybranch:: Failed to translate path from cygwin to windows: 
error: failed to push some refs to 'git@repo'

running the same command in the Git Bash console goes through fine.

The command being:

git push --set-upstream origin mybranch 

Any ideas?

0 Likes

#2

It seems that changing git binary from bundled to system did the trick. Anyone may elaborate on why?

0 Likes