First time here? Check out the FAQ!
1

Git Push Password

I have an existing local Git repo with an origin at bitbucket.  When I try to push the changes I get the message:

"fatal: could not read Password for 'https://<myusername>@bitbucket.org': No such device or address"

I can't figure out how to configure a password for the remote in Wing.  Any ideas?

Thanks!

James Beukelman's avatar
11
James Beukelman
asked 2017-12-29 16:55:00 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2019-03-13 08:51:19 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Wing's version control integration assumes you use ssh to access the repository on bitbucket (or wherever) and an ssh agent that stores your private key so no password is needed with each operation.  If you clone the repository via the ssh: url (and not https) then I think it should work, as long as you also do ssh-add or add your private key to pageant if using putty on Windows for ssh.

Wingware Support's avatar
4k
Wingware Support
answered 2017-12-29 17:05:00 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer