Cannot remote-login from GUI
See original GitHub issueI am having an issue with remote login with GUI. Below is how to reproduce the issue.
Environment
OS: Ubuntu 16.04 Node.js: v9.3.0 NPM: 5.8.9 Ungit: master as of writing this issue
How to reproduce
- (In ungit )Run ungit with
npm start -- --authentication
, list of usern ame and password is stored in~/.ungitrc
. - (In ungit) Clone a public repository that I have a write access to in GitHub vie https.
- (In some editor) Make some modification to the code in the repository from 3.
- (In ungit) Commit and push.
- Then a popup appears asking username and password in GitHub. I type my username and password but nothing happens. But when I looked at the console, it is still asking me username and password.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to Fix the Remote Desktop Can't Connect to ... - MakeUseOf
Type Remote Desktop Connection in the Windows search bar and open the client. · Click the drop-down for Computer and choose your remote...
Read more >How to fix 8 common remote desktop connection problems
When the connection between a desktop and its host fails, it's time to do some remote desktop troubleshooting. Check firewalls, security ...
Read more >22.04 - Connect when Remote Desktop is on login screen or ...
GNOME Remote Desktop does not allow a remote connection if you are not logged in locally in the remote computer. On the other...
Read more >Can a system be remotely controlled in GUI without you ...
Windows now has a built-in SSH server, but anything that allows both text-based remote login (which could be SSH, or Powershell remoting, ...
Read more >Remote Login Failure - SAP Community
I am unable to call the remote SAP system from from my GUI, SINCE the time my machine was formatted and new OS...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jung-kim I submitted a PR for this.
I checked the log and am sure about this.
I will check and let you know!
I don’t use
rootPath
. I ran ungit with-- --authentication
and--users
only.