#502 Bonobo.Git.Server用法   git     2 years ago (owner) Document
  • 在web端创建代码库后,记住代码库的地址
  • 在本地已有的代码库里执行以下命令
    • git remote -v // 查看远程信息
    • git remote set-url origin 新创建的代码库的地址 // origin根据远端信息而定
    • git push
如果提示http 413错误码,则是托管git服务的web服务器的设置问题,参考解决 参考2
 
  • → #503 解决big commit推送失败的问题 ...   2 years ago (owner) Document
  • → #517 pull和push的格式 ...   2 years ago (owner) Document