question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot remote-login from GUI

See original GitHub issue

I 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

  1. (In ungit )Run ungit with npm start -- --authentication, list of usern ame and password is stored in ~/.ungitrc.
  2. (In ungit) Clone a public repository that I have a write access to in GitHub vie https.
  3. (In some editor) Make some modification to the code in the repository from 3.
  4. (In ungit) Commit and push.
  5. 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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hitochan777commented, Apr 16, 2018

@jung-kim I submitted a PR for this.

0reactions
hitochan777commented, Apr 15, 2018

When git credentials is needed, you are absolutely right that it spawns bin/credentials-helper.js. It would then hit source/git-api.js - /credentials end point.

I checked the log and am sure about this.

/credentials endpoint checks for local loop backs and valid socket. do you see any of those error messages?

I will check and let you know!

I don’t use rootPath. I ran ungit with -- --authentication and --users only.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found