-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Very slow clone using plink #1538
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
Comments
If it works better with OpenSSH than with plink, maybe this is a PuTTY issue? Did you have a look at that project's bug tracker/forum/mailing list? |
Didn't found anything. I've attempted to find PuTTY issue tracker, but couldin't find it. |
I'm guessing the reason you use PuTTY is for integration with private keys loaded into the PuTTY authentication agent (Pageant). Assuming that's accurate, a workaround would be to use the ssh-pageant integration, which allows OpenSSH to use Pageant for key management (and is already included in Git for Windows). |
@roboderpy did you get a chance to try @landstander668's suggestion? |
For the record, PuTTY's bug tracker seems to be this page: https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/ (with unresolved bugs on this page: https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/#pending), and the process to report new bugs (after checking the list of pending bugs) is described here: https://www.chiark.greenend.org.uk/~sgtatham/putty/feedback.html. |
Ssh pageant integration works well |
@roboderpy okay, then let's close the ticket here. If you want to continue using PuTTY, I suggest going through that list of open ("pending") PuTTY issues, and if you do not find it, report the issue as suggested on their "feedback" page. |
Setup
defaults?
to the issue you're seeing?
No
Details
Mintty
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Fast clone speed
Clone speed is capped at rough 88 kb/s in terminal. Process Hacker tells speed is capped rough at 96 kb/s
URL to that repository to help us with testing?
This happens on ANY remote repository. If you
git clone
a repository from local linux machine it will be capped at rough 664 kb/s. If from local vm machine - capped at 7.5 mb/s. If i clone it from command line using dirty ssh-agent and ssh setup, i get 30 mb/s.Side notes:
Even if direct reason of this issue is
wontfix
, the issue with https clone speed without using third party software is present still.The text was updated successfully, but these errors were encountered: