git clone报错:fatal: Authentication failed for,怎么回事?
git clone https://git.weixin.qq.com/summer123/star.git 就会报错:fatal: Authentication failed for
git clone [email protected]:summer123/star.git 就没有问题,是什么地方原因呢?
我已经运行过下面两个命令了
git config --global user.name “jasonlee123man”
git config --global user.email "[email protected]"
还需要运行什么其他命令么?