mur7ay
mur7ay

Reputation: 833

Pushing to GitHub from within Xcode

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.

enter image description here

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

Answers (2)

srvv
srvv

Reputation: 623

You are using ssh here so change authentication method to ssh keys and enter passphrase.

Upvotes: 0

Caleb Kleveter
Caleb Kleveter

Reputation: 11494

I had the same issue when I setup the connection to the repo using SSH. Try changing it to HTTPS.

Upvotes: 1

Related Questions