小小园丁

2020年6月24日 #

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 小小园丁 阅读(125) 评论(0) 推荐(0) 编辑

npm 镜像使用

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

posted @ 2020-06-24 23:09 小小园丁 阅读(428) 评论(0) 推荐(0) 编辑

安装前端开发环境注意事项

摘要: 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 小小园丁 阅读(217) 评论(0) 推荐(0) 编辑

导航