随笔分类 -  git

上一页 1 2

摘要:https://gitlab.eduxiji.net/Reticence/rbros/-/tree/b66a924d546be4679c84df16ac257002bb8b6a68/include git log commit 87b2f6edefe3ba0097eb9b23ac3b85698ce9 阅读全文

posted @ 2021-12-15 14:32 tycoon3 阅读(431) 评论(0) 推荐(0)

摘要:$ git clone https://gitee.com/mirrors/riscv-gnu-toolchain 进入源码目录: $ cd riscv-gnu-toolchain 注意上面 clone 的主仓库并不包含子仓库的内容,所以需要继续更新子仓库。注意这里首先排除了 qemu 这个子仓库, 阅读全文

posted @ 2021-10-21 09:54 tycoon3 阅读(327) 评论(0) 推荐(0)

摘要:git config --global url."https://github.com.cnpmjs.org/".insteadOf "https://github.com/" 查看git配置信息 git config --global --list [root@centos7 arm]# git 阅读全文

posted @ 2021-10-20 12:55 tycoon3 阅读(421) 评论(0) 推荐(0)

摘要:git 秘钥管理 root@ubuntu:~/karmada/karmada_k8s# ssh-agent -s SSH_AUTH_SOCK=/tmp/ssh-z9EBng6tTBt9/agent.2111159; export SSH_AUTH_SOCK; SSH_AGENT_PID=211116 阅读全文

posted @ 2021-08-18 18:05 tycoon3 阅读(628) 评论(0) 推荐(0)

摘要:error: src refspec main does not match any. git branch -M main root@ubuntu:~/rtems-_app# git push -u origin main -f error: src refspec main does not m 阅读全文

posted @ 2021-08-05 16:08 tycoon3 阅读(181) 评论(0) 推荐(0)

上一页 1 2

导航