-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pak::pak()
hangs on VS Code Dev Container
#633
Comments
I guess we can have some heuristics to skip a credential helper. But can you try to run it manually to see what happens? E.g. can you run this (or whatever is in the config)?
Also, can you run this from a shell?
You need to type in the second line after while git is waiting for input, and then press ENTER twice. Does that print your token? |
In both cases it hangs and does not respond to anything. In addition, I suspect that in my environment I usually communicates to GitHub over ssh using a key shared by ssh-agent, and that this script does nothing in effect. If I ran the same container on a computer that did not have ssh-agent set up, I would have seen a screen prompting me to log in at GitHub using HTTPS. |
Maybe this is helpful. |
Maybe same as r-hub/rhub#581
VS Code Dev Containers automatically registers the following gitconfig in the container,
and
pak::pak()
always seems to hang. (I think it used to hang when installing packages on GitHub, but now it seems to hang reliably)If the credential helper is an unexpected command, can we skip it so it doesn't run?
The text was updated successfully, but these errors were encountered: