List of commits:
Subject Hash Author Date (UTC)
xxxx aff20dcda320dfd7807742fb7c9efc44556f9230 dongge 2024-07-13 03:11:56
xxxx 10117b212e0b0c14bc31638a31c1ebc1b9853d68 dongge 2024-07-13 03:09:43
xxxx 963af9fed9f533c2e80e5a21795fb54c6c15afda dongge 2024-07-13 03:07:00
Commit aff20dcda320dfd7807742fb7c9efc44556f9230 - xxxx
Author: dongge
Author date (UTC): 2024-07-13 03:11
Committer name: dongge
Committer date (UTC): 2024-07-13 03:11
Parent(s): 10117b212e0b0c14bc31638a31c1ebc1b9853d68
Signer:
Signing key:
Signing status: N
Tree: 34f084582de38b2da88b8e5f06cfa9313b46a323
File Lines added Lines deleted
README.md 3 1
File README.md changed (mode: 100644) (index 11a7693..270ce1e)
1 1 ################################### ###################################
2
2 3 创建仓库后先设置admin: 创建仓库后先设置admin:
3 4 Edit Repo rights Refs rights Path rights Delete Lock Edit Repo rights Refs rights Path rights Delete Lock
4 5 编辑 回购权 参考资料权利 道路权 删除 锁定 编辑 回购权 参考资料权利 道路权 删除 锁定
 
... ... Repo rights在设置授予回购权:用户使用“自己用户”全部。
7 8 Refs rights重要:裁判权:用户使用“*”全部. Refs rights重要:裁判权:用户使用“*”全部.
8 9 Path rights路径:用户使用“*”全部. Path rights路径:用户使用“*”全部.
9 10
10 在主页设置ssh密钥,在设置 登录令牌。(已有仓库设置过就不用设置了)
11 在主页设置ssh密钥,在设置 登录令牌。(已有仓库设置过就不用设置了)
12
11 13 ################################### ###################################
12 14 在项目上打开自己的 Git Bash Here ,然后输入git config --system --unset credential.helper,退出之后重新拉取项目 在项目上打开自己的 Git Bash Here ,然后输入git config --system --unset credential.helper,退出之后重新拉取项目
13 15 执行命令之后,再次pull或push时会缓存输入的用户名和密码: 执行命令之后,再次pull或push时会缓存输入的用户名和密码:
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/dongge/admin

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/dongge/admin

Clone this repository using git:
git clone git://git.rocketgit.com/user/dongge/admin

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main