Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Github with Xcode4's version control

The whole implementations seems very unstable. Sometimes I can push, sometimes it fails with 'no permission'.

Cloning through Xcode's Organizer behaves even stranger: The first time, it fails with no permission. When I click 'try again', it fails with some weird error like can't store object BLABLA: No such file or directory. If I click 'try again' another time, it succeeds.

Same behavior for Xcode's git and for a fresh homebrew-installed git (1.7.4.1).

Is this a problem on Github's side or is this a problem in Xcode?

like image 624
jsadfeew Avatar asked Mar 10 '11 18:03

jsadfeew


People also ask

How do you fix no author information was supplied by the version control system?

Setting your Git username for a single repository Click on "Fix" and provide your Git username and email. This fixed my issue.


1 Answers

Looks like this is solved in Xcode 4.2.

like image 79
jsadfeew Avatar answered Nov 04 '22 13:11

jsadfeew