zoukankan
html css js c++ java
windows下使用代理连接github
在公司的windows下使用github,因为github被墙,查了查,发现给在windows下的git制定代理很简单,一句话
git config
--
global http.proxy
http
:
/
/
127
.
0
.
0
.
1
:
8087
我使用的是goagent
这样就可以是使用http连接操作github
简单备忘
来自为知笔记(Wiz)
查看全文
相关阅读:
ubuntu13.04中把ibus中的中文拼音输入设为默认
PHP中获取星期的几种方法
linux 指令(经常更新)
手机禁止浏览器往下拉
Linux常用命令大全
flask之SQLAlchemy
【原创】微服务为什么一定要用docker
flask3
nginx+uWSGI+django+virtualenv+supervisor发布web服务器
flask之jinji2模板介绍
原文地址:https://www.cnblogs.com/yaoshan/p/3282052.html
最新文章
cookie、sessionStorage、localStorage区别
com.transfer.www
com.service.impl
com.domain.bean
com.code.servlet
com.classpath.www
java_spring_依赖注入(构造器)
java_spring_List,Map,Properties,Set注入与遍历
java_spring_依赖注入
idea首次创建新模块的详细操作
热门文章
添加依赖:https://mvnrepository.com/
meaven
Linux
jdbc问题:Access denied for user ''@'localhost''是因为没输入账户和密码
tomcat安装出现的闪退问题
面向对象特征
jQuery设计理念
border --- 透明边框
box-shadow
PHP数组各种操作与函数汇总
Copyright © 2011-2022 走看看