Device not configured on Git pushing.
Closed this issue · 2 comments
I'm experiencing this with any project I have open that I try to push to. My normal git configuration is through SourceTree, which doesn't have a problem at all authorizing. I've experienced this with two separate projects one Bitbucket and Github. I can't find a place in the settings for the git-plus
package to add my git credentials.
I don't really understand the error you are having. What message is being displayed? Does it work if you just plain try git push
from your a terminal in that repo? Do you load something in your terminal before if it does?
Looks like the problem was that bitbucket was not configured to use an SSH key, and the console failed once it prompted and didn't return a username or password.
I re-opened a github project I knew I had SSH access to and was able to pull successfully through Atom. Must not have actually done so the first time. Closing.