ADD file via upload
This commit is contained in:
parent
caa15bbf1b
commit
66f5901c44
|
@ -0,0 +1,23 @@
|
|||
``````````原始命令````````````````````````````````````````````````````````````````````````````
|
||||
这个仓库是全新的!
|
||||
如果您已经有 git 存储库:
|
||||
|
||||
git remote add origin ssh://git@pagure.io/builds/aaaa.git
|
||||
git push -u origin main
|
||||
|
||||
如果您还没有创建 git 存储库:
|
||||
git clone https://gitea.tendokyu.moe/dongge/66-ac.git
|
||||
cd aaaa
|
||||
git checkout -b main
|
||||
touch README.rst
|
||||
git add README.rst
|
||||
git commit -m "xxx"
|
||||
git push -u origin main
|
||||
git push -u origin master
|
||||
``````````````````````````````````````````````````````````````````````````````````````````````
|
||||
在主页设置ssh密钥,设置过就不用设置了,不需要密码
|
||||
``````````````````````````````````````````````````````````````````````````````````````````````
|
||||
git add . && git commit -m 'xxxx' --no-verify && git push origin master
|
||||
git add . && git commit -m 'xxxx' --no-verify && git push origin main
|
||||
3002 6666 8001 8000 7891
|
||||
netstat -anlp | grep '7891.*LISTEN'
|
Loading…
Reference in New Issue