siyecao2010

1、在微信公众号平台,"开发者工具" 中开通 TGit权限(若没开通 ,根据提示步骤先开通腾讯云,再开通 TGit);

2、windows版本,安装git;https://git-scm.com/download/win(下载git安装程序);

3、安装完成,打开 Git Bash; 

4、使用git命令,将代码提交到腾讯云;

    打开项目所在文件目录:

     

     git init  ;

     git add .

     git commit -a -m "first commit"

    git push -u origin master

 

分类:

技术点:

相关文章:

  • 2021-09-13
  • 2021-07-01
  • 2022-01-01
  • 2021-06-03
  • 2021-09-19
  • 2022-12-23
  • 2021-05-06
  • 2022-01-01
猜你喜欢
  • 2021-12-21
  • 2021-09-19
  • 2021-09-24
  • 2022-12-23
  • 2022-01-10
  • 2021-07-23
  • 2022-01-29
相关资源
相似解决方案