Re: Git Push command within Xcode 4
Re: Git Push command within Xcode 4
- Subject: Re: Git Push command within Xcode 4
- From: Quincey Morris <email@hidden>
- Date: Fri, 25 Mar 2011 11:09:04 -0700
On Mar 25, 2011, at 10:21, Pelaia II, Tom wrote:
> Has anyone gotten the git Push command to work from within Xcode 4 for any remote repository? Has anyone gotten it to work with SourceForge?
>
> I cannot get the Push command to work from within Xcode 4. It works fine from the command line.
>
> I have a Git repository configured for a Source Forge project. I can clone the repository without problems and I can view the history without problems. Xcode displays the status with the green ball indicating that the access to the repository is okay.
>
> When I attempt to push changes to the remote repository using File - Source Control - Push..., Xcode displays a dialog showing that the repository is online. When I press the "Push" button, I get the following error messages:
> fatal: 'Open XAL SF' does not appear to be a git repository
> fatal: The remote end hung up unexpectedly
Did you take a look at my series of posts over this last week? Search for subject "Xcode 4 + git (part 1)", also part 2, part 3 and part 4, so far. You might find something in there that helps. (I was using Beanstalk.)
The short answer is probably that your local repository isn't actually set up to track the remote one. You could try moving it aside and cloning a new copy from the remote repository.
Also, whenever anything like this fails, always try a second time. There are various cases where Xcode always fails the first time.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden