1. 登录www.github.com

2. 在个人中心,选择“Repositories”, 点击“New”。

如何在github创建私有仓库private repo并上传代码

3. 按提示填写repo信息。有公有和私有之分。

如何在github创建私有仓库private repo并上传代码

4. 创建完毕,在本地可以 git clone https://github.com/***/**.git

5. 本地git pull, git add, git commit, git push起来就好啦。

相关文章:

  • 2021-12-06
  • 2021-10-16
  • 2021-10-09
  • 2021-11-28
  • 2021-12-27
  • 2022-12-23
猜你喜欢
  • 2021-07-14
  • 2021-04-10
  • 2021-08-30
  • 2018-05-04
  • 2021-08-13
  • 2021-08-15
  • 2022-01-14
相关资源
相似解决方案