Skip to content
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

Skipping .. since it's not initialized? #73

Open
mdeguzis opened this issue Nov 27, 2017 · 3 comments
Open

Skipping .. since it's not initialized? #73

mdeguzis opened this issue Nov 27, 2017 · 3 comments

Comments

@mdeguzis
Copy link

mdeguzis commented Nov 27, 2017

I am parsing the readme, but only saw this PR: #11. What is the criteria here? Why won't the repos clone? They are definitely there an we use them everyday with active code.

Skipping name (git@github.com:ORG/name.git) since it's not initialized

I know it exists fine:

$ git ls-remote https://github.com/ORG/name.git
Username for 'https://github.com': name
Password for 'https://name@github.com':
<hash>        HEAD
<hash>refs/heads/master
<hash>refs/remotes/origin/HEAD
<hash>refs/remotes/origin/master
@mdeguzis
Copy link
Author

Ok this is due to the ssh key of the user initiating the command not existing. I'll see if I can fix this and submit a PR. Also, the 404 not found needs to note which item is 404, it is just plain confusing to see that, and think that your code is not being cloned, when infact is just one of the items not being pulled due to not found.

@josegonzalez
Copy link
Owner

@mdeguzis pull requests welcome. This project does what I need, so I'm unlikely to fix these things myself, but am happy to pull in fixes/changes others need.

@einsteinx2
Copy link
Contributor

Ran into this same confusion the other day when I first used this tool. In my case, I see this message any time a repo does not have a wiki (as the wiki git repo is not initialized). About to file and issue for and fix another issue, but after that I'll take a crack at handling that case better and submit a PR. Was very confusing the first time I ran it when I thought most of my repos were not being backed up when it was just the wikis which don't actually exist (so aren't actually an error).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants