Hey, I'm now using Xcode 4 for a few weeks. It's just great to come from Xcode 3 and see all the new features. I like the git integration. But I have the one and other problem with that. The newest project I started with a local git repository. That all works fine and I did multiple commits. I want to get an older version of my project. So I try to use Pull. But as soon as I click that button, I get the following message:
The operation could not be performed because access to the repository "/Users/***/Desktop/TestClone" was denied.
Check your name and password and try again.
The problem is, I didn't define anywhere a name and a password. How can I get a copy of a state in my project? The checkout button is always grayed out so I can't click that one.
Any help would be appreciated. :-D