-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Pkg.clone error when password is needed #17569
Comments
Same issue as before, GitHub hangs up the connection if you take too long to enter the password. Before it would hang, now you get this. Ideally libgit2 would allow us to retry. |
similar to #17353 |
Confirm, this is connectivity issue. But #17353 is different. |
retries are also likely needed to fix #16555 |
I also experience errors with Pkg.clone(). I can not tell if they are related, error messages differ. I can also mention that the error occurs immediately after I run the command When cloning via ssh
When cloning via https
Ubuntu 16.04 |
@baggepinnen For https connection, you have incorrect credentials. If you use 2FA, it's probably auth. token related. As of ssh, what is you key type and size? |
HTTPS error may also be #17860 |
My credentials work fine for my 0.4.5 installation, and I have not yet entered any for the fresh 0.5.0 installation. |
Looking at the SSH error again, it happens during kex which is earlier than userauth. What remote are you connecting to? GitHub? |
I'm connecting to a gitlab server we have at work. The server works well for Julia 0.4.6 and otherwise. |
Ok, I wouldn't be surprised if that issue is #17772 then. |
I just encountered this and I was wondering. Why does Also I am getting a syscall failure (on power here):
The problem here was that the URL was wrong... |
It doesn't, try |
Yeah I figured as much. Sorry for the noise, but the behaviour confused me. |
I am seeing the same behavior as @baggepinnen on:
when trying
Cloning over ssh from github and bitbucket works just fine. |
Are people still having these issues? |
Yes, only when cloning from GitLab. Not this thread's topic I know, but how strongly is Julia and its package eco-system tied in with GitHub? On v0.6 I see #20695, independent of the hosting service. |
I have exactly the same problem of |
I am seeing this on Ubuntu 17.10 x86_64:
|
Can this be closed now? |
On Ubuntu 16.04. I can repo sometimes, but sometimes everything just works, a bit sporadic and I haven't figured out when it works and when it doesn't work.
The text was updated successfully, but these errors were encountered: