文件名称:terraform-course
文件大小:201.72MB
文件格式:ZIP
更新时间:2024-04-10 03:21:10
Python
初始化回购 git init git config user.name <用户名> git config user.email <用户@域> 对于ssh登录,请使用以下配置并作为证书密钥对git remote set-url origin :inecsoft / terraform-course.git 对于https登录,请使用以下配置,并以凭据用户身份+访问tocken git remote set-url origin ssh -T git添加 git commit -m“第一次提交” git推 在仓库上添加公钥 git remote remove origin git remote show origin git config -l git remote add origin :inecsoft / terraform-course.git git push