go88 v2-clash
Brought to you by:
a886-886
| File | Date | Author | Commit |
|---|---|---|---|
| clash-1.18.0 | 2024-08-13 |
|
[58adf4] Initial commit |
| v2 | 2024-08-15 |
|
[5ab378] Initial commit |
| README.md | 2024-08-13 |
|
[c7c3a3] Initial commit |
清除git缓存中的用户名的密码
git credential-manager uninstall
在第一次提交之前,不要忘记设置你的 git 环境:
git config --global user.name "xxxx"
git config --global user.email "xxxx@qq.com"
ssh-keygen -t rsa -C xxxx@qq.com
cat ~/.ssh/id_rsa.pub
git init
git add . && git commit -a -m 'Initial commit' && git push origin master
git remote add origin ssh://a886-886@git.code.sf.net/p/go88/v2-clash
git push -uf origin master