上一篇介绍了Ubuntu16.04系统下安装git的方法。本博客介绍怎么在github上怎么新建库。

如图Ubuntu系统下在github中新增库的方法

Ubuntu系统下在github中新增库的方法

root@ranxf:/home/ranxf/learnGit/ranran_jiekou# git remote add origin https://github.com/Ranxf/jiekou_auto.git
root@ranxf:/home/ranxf/learnGit/ranran_jiekou# git push -u origin master
Username for 'https://github.com': Ranxf
Password for 'https://Ranxf@github.com':
对象计数中: 70, 完成.
Delta compression using up to 4 threads.
压缩对象中: 100% (68/68), 完成.
写入对象中: 100% (70/70), 56.47 KiB | 0 bytes/s, 完成.
Total 70 (delta 11), reused 0 (delta 0)
remote: Resolving deltas: 100% (11/11), done.
To https://github.com/Ranxf/jiekou_auto.git
 * [new branch]      master -> master
分支 master 设置为跟踪来自 origin 的远程分支 master。

 



相关文章:

  • 2022-12-23
  • 2021-10-23
  • 2021-04-20
  • 2021-11-20
  • 2021-07-17
猜你喜欢
  • 2021-11-14
  • 2021-09-04
  • 2021-12-27
  • 2022-12-23
  • 2021-09-02
  • 2021-08-25
  • 2022-12-23
相关资源
相似解决方案