Git命令设置http代理

设置 git config --global http.proxy http://proxyUsername:proxyPassword@proxy.server.com:port 取消设置 git config --global --unset http.proxy 获取当前代理设置 git config --global --get http.proxy Read more

github 资源

github 有用的资源库 1,javascript 3D 库 https://github.com/mrdoob/three.js 2,https://github.com/projectkudu/kudu 3,.NET Ecommerce Platform for B2B & B2C solutions https://github.com/VirtoCommerce/vc-community Read more