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

Why clone once per subdir? #442

Closed
ericphanson opened this issue Nov 17, 2022 · 1 comment · Fixed by #443
Closed

Why clone once per subdir? #442

ericphanson opened this issue Nov 17, 2022 · 1 comment · Fixed by #443

Comments

@ericphanson
Copy link
Member

Seems like it could clone once and then re-use the clone for each subdir.

For me, for some reason the first clone goes through, and then the later ones hit

Cloning into 'REPO'...
Warning: Permanently added the ECDSA host key for IP address '140.82.112.4' to the list of known hosts.
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Cloning into 'REPO'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
@ericphanson
Copy link
Member Author

Huh, do we also clone once per PR in make_pr_for_new_version?

@bors bors bot closed this as completed in e1ce1c4 Sep 24, 2023
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

Successfully merging a pull request may close this issue.

1 participant