1 Star 1 Fork 1

Pomelo/pythonapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
git每次都输入用户名密码 532 Bytes
一键复制 编辑 原始数据 按行查看 历史
kingdeeztb 提交于 2020-12-08 16:05 . 修改文件夹名称
git remote -v
wuxiao@wuxiao-C-B150M-K-Pro:~/MyGithub/DailyBlog$ git remote -v
origin https://github.com/toyijiu/DailyBlog.git (fetch)
origin https://github.com/toyijiu/DailyBlog.git (push)
重新设置成ssh的方式:
git remote rm origin
git remote add origin git@github.com:username/repository.git
git push -u origin master
再看下当前的传输协议:
wuxiao@wuxiao-C-B150M-K-Pro:~/MyGithub/DailyBlog$ git remote -v
origin git@github.com:toyijiu/DailyBlog.git (fetch)
origin git@github.com:toyijiu/DailyBlog.git (push)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/greenpomelo/pythonapp.git
git@gitee.com:greenpomelo/pythonapp.git
greenpomelo
pythonapp
pythonapp
main

搜索帮助