github - Git on Yosemite keeps asking for remote username and password -


I updated on OS X Yosemite, the terminal asks for my user name and password (on remote geotherm) GIT commands have to be run with remote rio (bridge, fetch etc.). If I execute these actions from GitB client for Mac, then it does not ask for credentials.

My GIT config file is okay my SSH key is also okay I tried to restore the git command line tool without success from the github app.

Any suggestions?

Go to the command line.

git config --global credential.helper osxkeychain

Then run your git command. Here's the link that helped me out.


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -