ADD file via upload

This commit is contained in:
dongge88 2025-04-24 13:05:25 +08:00
parent caa15bbf1b
commit 66f5901c44
1 changed files with 23 additions and 0 deletions

23
pagure.io.txt Normal file
View File

@ -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'