Closed CIreland-app closed 1 week ago
Hey,
I believe the easiest way to authenticate with GitHub is by using SSH: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.
You can try to set it up, and then remove the project directory cloned for you by the init:onboarding
command and rerun the command.
Summary
npx eas-cli@latest init:onboarding Produces: [git] Cloning into '/Users/chrisireland/CrossfitAppBackend/CF-app/c-ireland'... Username for 'https://github.com': CIreland-app Password for 'https://CIreland-app@github.com': [git] remote: Support for password authentication was removed on August 13, 2021. [git] remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication. [git] fatal: Authentication failed for 'https://github.com/CIreland-app/c-ireland.git/' ❌ git clone https://github.com/CIreland-app/c-ireland.git /Users/chrisireland/CrossfitAppBackend/CF-app/c-ireland failed git clone https://github.com/CIreland-app/c-ireland.git /Users/chrisireland/CrossfitAppBackend/CF-app/c-ireland exited with non-zero code: 128 Error: project:onboarding command failed.
Producing a Personal Access Token and either changing Keychain Access or "git remote set-url origin https://PAT>@github.com/<username/" didn't help
What platform(s) does this occur on?
No response
SDK Version
No response
Environment
Minimal reproducible example
npx eas-cli@latest init:onboarding