HI, does anybody know how to fix this error:
fatal: could not read Username for 'https://github.com': Device not configured
...during merge:
Errors during merge Switched to branch 'master' Switched to branch 'develop' fatal: could not read Username for 'https://github.com': Device not configured Could not push to develop from origin.
I'm seeing something similar and have yet to find a resolution with the URL removed as its an internal private GitHub instance:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags origin refs/heads/development:refs/heads/development refs/heads/master:refs/heads/master Pushing to https://<my URL>/<REPO>.git error: git-credential-sourcetree died of signal 5 fatal: could not read Username for 'https://<my URL>': Device not configured Completed with errors, see above
I'm on OS X Yosemite with the git version:
git version 2.3.2 (Apple Git-55)
He's using HTTPS so SSH keys aren't related.
I haven't seen this but I've Googled some reports of this when installing your own system git and using the 'credential-osxkeychain' extension to get the command-line git to use OSX's keychain to log in over HTTPS links. You don't need that extension to work with SourceTree, it provides its own integration with the keychain, so if you've done this it would be worth disabling it to see if that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just as a quick, have you set your public/private keys up correctly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.