小小园丁

06 2020 档案

git使用
摘要:1、git clone https://github.com/.... http git clone ssh://igerrit.storm:29418/tools/repo.git ssh 2、git checkout -b test 存在就切换,不存在则新增、 3、git remote upda 阅读全文

posted @ 2020-06-24 23:16 小小园丁

npm 镜像使用
摘要:1、npm安装包时候,报错这个http://..........不能够访问 not accessible 或者安装起来很慢,这个是因为要访问国外的网站。 npmde 的默认安装源是:http://registry.npmjs.org * 解决办法 设置其他的源: npm config set reg 阅读全文

posted @ 2020-06-24 23:09 小小园丁

安装前端开发环境注意事项
摘要:1、git clone时候报错得解决办法 * 未分配权限,配置git得权限才能访问相应git * pull代码需要配置ssh key 或者 配置token 配置ssh key的方法是,setting ssh generate ssh 参考说明 https://help.github.com/en/e 阅读全文

posted @ 2020-06-24 22:56 小小园丁

npm安装angular cli 报错 proxy
摘要:1、给nodejs设置代理 npm config set proxy http://3.87.248.6:88 npm config set https-proxy http://3.87.248.6:88 2、给git设置代理 git config --global http.proxy http 阅读全文

posted @ 2020-06-23 21:44 小小园丁

导航