github创建新仓库



然后根据下一页的命令提示进行即可

gitlab创建新仓库

git init
git remote add origin git@***.***.**.**:user/project name.git
git add .
git commit -m "Initial commit"
git push -u origin master

最新文章

  1. 精简高效的css命名准则
  2. 学习制作第一个 openfire 插件
  3. 【系统移植】kernel分析
  4. NOIP2012 同余方程
  5. width() innerwidth() outerwidth() css('width')
  6. [转] thrift的使用介绍
  7. 华为手机APK 汉语译名
  8. Spring——jar包详解
  9. awakeFromNib小总结
  10. MYSQL高可用(HA)随想
  11. MVC和三层架构
  12. 走进AngularJS
  13. ARM架构
  14. JS 画框操作
  15. 设计模式 -创建型模式 ,python工厂模式 抽象工厂模式(1)
  16. Python day2 基础 2 数据类型
  17. Jmeter实现接口自动化测试
  18. 在LaTeX中使用颜色 Using colours in LaTeX
  19. Caffe SSD的resize过程解析
  20. django restframework 序列化

热门文章

  1. LuoguP7911 [CSP-J 2021] 网络连接 题解
  2. 第一周python学习总结
  3. Could not synchronize database state with session问题,说保存空
  4. 大型网站高可用架构之CAP原理
  5. 【LeetCode】1437. 是否所有 1 都至少相隔 k 个元素 Check If All 1s Are at Least Length K Places Away
  6. 【LeetCode】1431. 拥有最多糖果的孩子 Kids With the Greatest Number of Candies
  7. 【九度OJ】题目1197:奇偶校验 解题报告
  8. Soldier and Traveling
  9. ORA-14450: 试图访问已经在使用的事务处理临时表
  10. isEmpty 和 isBlank