利用Git连接远程仓库

博客地址:https://www.cnblogs.com/zylyehuo/

git init
git branch
git branch -m main
git remote add origin git@github.com:zylyehuo/dl_learning.git
git remote
ssh-keygen -t rsa
cat /c/Users/Thinkpad/.ssh/id_rsa.pub
git pull origin main
git status
posted @ 2025-04-12 12:41  zylyehuo  阅读(15)  评论(0)    收藏  举报