摘要:
代理 创建 ~/.proxyrc 文件,内容如下 #!/bin/bash host_ip=192.168.31.71 export ALL_PROXY="http://$host_ip:7897" 在~/.bashrc 中增加一段初始化 source ~/.proxyrc 这样启动时,就会自动使用代 阅读全文
posted @ 2025-08-17 19:56
贝隆
阅读(29)
评论(0)
推荐(0)
|
摘要:
代理 创建 ~/.proxyrc 文件,内容如下 #!/bin/bash host_ip=192.168.31.71 export ALL_PROXY="http://$host_ip:7897" 在~/.bashrc 中增加一段初始化 source ~/.proxyrc 这样启动时,就会自动使用代 阅读全文
posted @ 2025-08-17 19:56
贝隆
阅读(29)
评论(0)
推荐(0)
摘要:
设置邮箱 git config --global user.name "xiaof" git config --global user.email "xffit@163.com" 切换代码库 git remote rename origin cs336-origin 登录你的 GitHub 账号。 阅读全文
posted @ 2025-08-17 19:52
贝隆
阅读(7)
评论(0)
推荐(0)
|