赞
踩
cd Desktop
git clone 地址
,成功之后就会显示这个界面cd + 文件路径
git add .
git commit -m "xxx"
xxx为你为该文件的第一次描述git push
$ git config --global http.version HTTP/1.1
remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-url s for information on currently recommended modes of authentication. fatal: Authentication failed for 'https://github.com/xxx.git/'
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-url
s for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/xxx.git/'
打开git的Settings
在最左边下方找到 Developer settings
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。