将你的本地代码上传到github或者aliyuncode进行托管

#将你的本地代码上传到github或者aliyuncode进行托管
##第一步:cd到你的项目根目录,建立本地仓库

git init

##第二步:将你的项目添加到本地仓库

git add .

##第三步:将你提交的文件commit到本地仓库

git commit -m "你提交的备注(注释)"

##第四步:将你的本地仓库关联到github(阿里云code)远程仓库

####GitHub

git remote add origin https://github.com/XXX/XXX

####阿里云code

git remote add origin git@code.aliyun.com:XXX/xxx.git

##第四步:将本地代码push到远程仓库

git push origin master

回车输出类似以下内容就表示成功了

The authenticity of host 'github.com (52.74.223.119)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,52.74.223.119' (RSA) to the list of known hosts.
Enter passphrase for key '/c/Users/adam_liu/.ssh/id_rsa':
Counting objects: 13850, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (13140/13140), done.
Writing objects: 100% (13850/13850), 16.37 MiB | 1.10 MiB/s, done.
Total 13850 (delta 3584), reused 0 (delta 0)
remote: Resolving deltas: 100% (3584/3584), done.
To github.com:liudandandear/Express-apidemo.git
 * [new branch]      master -> master
Branch 'master' set up to track remote branch 'master' from 'origin'.```
  • 0
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值