Cannot scaffold a project (authentication required)
Closed this issue · 1 comments
kkomelin commented
After running npx @consensys/create-web3-template tmp1
, it required Github authentication (why) and after authenticating, I received this error:
remote: Support for password authentication was removed on August 13, 2021.
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.
fatal: Authentication failed for 'https://github.com/Consensys/next-web3-starter.git/'
An error occurred while creating the project: Error: Command failed: git clone https://github.com/Consensys/next-web3-starter.git tmp1/packages/site
Cloning into 'tmp1/packages/site'...
remote: Support for password authentication was removed on August 13, 2021.
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.
fatal: Authentication failed for 'https://github.com/Consensys/next-web3-starter.git/'
httpJunkie commented
This issue should no longer be a problem with the merge of our new branch and rewrite.