Document GitHub PAT bootstrap for private-mirror self-pull #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "document-github-pat-bootstrap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When
self_pull_repo_urlpoints at a private GitHub mirror, thefoundry-pullwrapper (running asjosh) cannotgit clone/fetchwithout agithub.comcredential, and the converge fails immediately withfatal: could not read Username for 'https://github.com'.This adds a third 'role does not manage' prerequisite (alongside
.vault-passwordandprivate.yml) documenting agithub.comline in/home/josh/.git-credentials, plus a numbered bootstrap step to seed the PAT. README-only; no behavior change.