OS X 10.11 / Xcode 7.0.1 git push fails silently -


after upgrading os x 10.11 , xcode 7.0.1, git push fails when invoked xcode's source control menu. fails silently, happy message "push successful".

when execute "git push" command line, push succeeds.

i'm pretty sure origin set correctly inside xcode, because source control -> pull works fine.

my local store called "master" , remote store called "origin". have no branches.

"origin" resides on other mac, accessed via os x file sharing, referenced url "file:///volumes/git-repositories/%252010.5//" project name. unfortunately, have space in url, doubly-encoded xcode %25%20. clue? why pull work?

the mac hosting "origin" running os x 10.11 / xcode 7.0.1. contains local "master" , configured push "origin", exists on same disk. fails in same manner: xcode push silently fails, while xcode pull , command-line push succeeds.

any suggestions appreciated. thank you.

solved: created new origin has no spaces in path.

speculation: bug in xcode 7.0.1's git repo handling, when escaping url's.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -