随笔分类 -  windows

MAC linux Windws代理
摘要:macOS & Linux 通过设置http_proxy、https_proxy,可以让终端走指定的代理。 配置脚本如下,在终端直接执行,只会临时生效: export https_proxy=http://127.0.0.1:12333 export http_proxy=http://127.0. 阅读全文

posted @ 2022-08-11 13:11 Ra7ing安全实验室 阅读(255) 评论(0) 推荐(0)

Windows本地上传源码到Gitee远程仓库
摘要:1.下载Git,并安装。 https://git-scm.com/downloads 验证Git安装成功否 cmd 下输入,出现版本号即成功 2.生成ssh公钥 打开git软件运行一下代码: 已生成ssh公钥: 下图所指目录为公钥所指路径: 也可执行(查看公钥): 进入Gitee官网,个人设置: 点 阅读全文

posted @ 2019-03-12 16:16 Ra7ing安全实验室 阅读(413) 评论(0) 推荐(0)

导航