1、配置git
2、create git repository
3、git-->add  commit Directory
4、提交代码
git remote add origin https://github.com/lujianing/ueditor.git
git push -u origin master
注意:如果报错-->先fetch再merge-->push

 

相关文章:

  • 2022-12-23
  • 2021-09-29
  • 2021-08-18
  • 2021-04-25
  • 2022-01-06
  • 2021-06-16
  • 2021-11-25
猜你喜欢
  • 2021-12-09
  • 2021-06-08
  • 2021-11-12
  • 2022-02-01
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案