-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
ghorg extremly slow to clone and errors out on many repos #132
Comments
What happens if you run It will be slower but wondering if you still see those errors. |
So I was doing |
So I was able to up my file limits in
I've verified that I'm using SSH as well. Adding the following to my
I've watched system metrics as well, and it's barely breaking a sweat during all of this. I'm also still cannot peform a |
Does it complete successfully when you go all the way down to |
So I shall hang my head in shame... I checked my Unifi UDM Pro and Threat Management was blocking lots of outbound ssh calls to Github. I whitelisted Github and it's working as intended now. I apologize for taking up your time. |
Thanks for following up...I should add that to the troubleshooting section in the readme, no need to apologize for anything! |
Thanks for being understanding haha 😃 Looking at the issue now, I'm actually impressed that |
I'm running windows 10 and I also had status error 1, looks like because of "filenames too long". I cloned closer to root using |
Describe the bug
Extremely slow at pulling down repos and fails with many 128 or 1 error codes. I can manually clone the repos without issue.
To Reproduce
Steps to reproduce the behavior:
ghorg clone org
Expected behavior
It should be fast to iterate through the repos and clone them and should do so without errors.
Terminal output
Desktop (please complete the following information):
Fedora 34
go version go1.16.5 linux/amd64
git version 2.31.1
1.6.0
DefaultLimitNOFILE=1024:524288
Additional context
I installed using the following command:
go install github.com/gabrie30/ghorg@latest
. I have this setup on Amazon Linux 2 as well and it works as expected, quick and efficient. It's usinggolang
1.15* however. It is oddly enough usingghorg 1.6.1
, compared to the version getting pulled to the Fedora install,1.6.0
.The text was updated successfully, but these errors were encountered: