我是靠谱客的博主 开心白开水,最近开发中收集的这篇文章主要介绍project github,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

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

最后

以上就是开心白开水为你收集整理的project github的全部内容,希望文章能够帮你解决project github所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(43)

评论列表共有 0 条评论

立即
投稿
返回
顶部