Reputation: 833
I've been trying to figure out why Xcode keeps trying to tell me that my GitHub username is 'git' like shown in the photo.
The project is already on GitHub, but now when I try to push a new update this keeps happing. How can I correct this?
Upvotes: 0
Views: 49
Reputation: 623
You are using ssh here so change authentication method to ssh keys
and enter passphrase.
Upvotes: 0
Reputation: 11494
I had the same issue when I setup the connection to the repo using SSH. Try changing it to HTTPS.
Upvotes: 1