jung-kim / atom-ungit

Atom plugin for Ungit project
MIT License
75 stars 12 forks source link

Can't open behind proxy #49

Open yustnip opened 8 years ago

yustnip commented 8 years ago

When I open ungit in Atom I see the message:

Access Denied (authentication_failed) 

Your credentials could not be authenticated: "Credentials are missing.". You will not be permitted access until your credentials can be verified.
This is typically caused by an incorrect username and/or password, but could also be caused by network problems.

For assistance, contact your network support team.

If I run ungit via CLI, all's OK.

jung-kim commented 8 years ago

I think ungit cli was installed with different user than the atom. Did you install one with sudo or something and another without root?

I think because atom is unable to pick up correct ssh credential because they are installed with different user account.

yustnip commented 8 years ago

Sorry for the uncompleted issue. I'd like to add that I try to run ungit on Windows. And all actions I do under my default user account.

jung-kim commented 8 years ago

Oh I see, usage of ungit or ungit-atom in windows is a troublesome area for us as lack of accessibility to Windows machine has been troublesome...

I do apologize for this and if you would like to try fixing this problem with your window machine I be happy to help you with it!