0
点赞
收藏
分享

微信扫一扫

Python中的异常处理与调试技巧

非常帅气的昵称吧 2024-07-28 阅读 23
git运维

生成SSH Key       

 ssh-keygen -t rsa -b 4096
私钥文件: id_rsa
公钥文件:id_rsa.pub

复制生成的ssh公钥到此处

克隆仓库


git clone repo-address

需要进行推送和同步来更新本地和服务器的文件


推送更新内容
git push <remote><branch>
拉取更新内容
git pull <remote>

举报

相关推荐

0 条评论