July 6, 201610 yr I have recently started to use Atom as my text editor and I am trying to config the git-plus package to push my commits to a remote repository that I have set up using bitbucket. The commits are pushed fine when using the command line in Windows. I can see my changes when I log into bitbucket. When I try to commit and push using git-plus through Atom it says the changes have been pushed, but they are not showing in my repository. Can anyone help me to configure git-plus to push to my remote repository? Thanks
July 6, 201610 yr I have recently started to use Atom as my text editor and I am trying to config the git-plus package to push my commits to a remote repository that I have set up using bitbucket. The commits are pushed fine when using the command line in Windows. I can see my changes when I log into bitbucket. When I try to commit and push using git-plus through Atom it says the changes have been pushed, but they are not showing in my repository. Can anyone help me to configure git-plus to push to my remote repository? Thanks I can't guarantee any help with this one because I don't use it. Are you using SSH? The package mentions that it's required because it won't prompt you for your credentials. Any software like this is prone to having bugs. It's always worth checking the Github issues page, but make sure you look for an existing open issue before posting a new one. There's a thread that describes your issue here https://github.com/akonwi/git-plus/issues/413, and a solution that seems to work near the bottom of the thread.
July 7, 201610 yr Author Thanks for your reply. I'm not using SSH. I didn't know that I would need to set this up to get it to work. I will try to set up SSH to see if this works.
Create an account or sign in to comment