当前位置: 首页 > 工具软件 > objective-git > 使用案例 >

project github

嵇浩淼
2023-12-01

github timeout 解决
cdn加速:
git config --global url.“https://ghproxy.com/https://github.com”.insteadOf “https://github.com”

github
https://github.com/settings/keys
https://github.com/settings/tokens

git clone git@github.com:VinterYoung5/skill.git

git remote set-url origin git@github.com:VinterYoung5/ffmpeg_utils.git

git remote set-url origin git@github.com:VinterYoung5/VinterYoung5/skill.git

…or create a new repository on the command line
echo “# skill” >> README.md
git init
git add README.md
git commit -m “first commit”
git branch -M main
git remote add origin https://github.com/VinterYoung5/skill.git
git remote add origin https://github.com/VinterYoung5/ffmpeg_extratcor.git
git remote add origin https://github.com/VinterYoung5/ffmpeg_utils.git
git remote add origin https://github.com/VinterYoung5/ffmpeg4.43_forAndroid.git/

git push -u origin main

 类似资料:

相关阅读

相关文章

相关问答