gogs私有代码库上传项目
Posted a1304908180
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gogs私有代码库上传项目相关的知识,希望对你有一定的参考价值。
https://blog.csdn.net/zhouxueli32/article/details/80538017
一、上传
在cmd命令里进入该项目
然后依次输入以下命令
git init
git add .
git commit -m "first commit"
git remote add origin 当前库的连接(如下图)
git push
git push -u origin master
耐心等待一会儿就会上传成功。
以上是关于gogs私有代码库上传项目的主要内容,如果未能解决你的问题,请参考以下文章