240 发简信
IP属地:陕西
  • 从一个git仓库迁移到另一个git仓库

    1. 从原地址克隆一份裸版本库,比如原本托管于 github ```bash # --bare 创建的克隆版本库都不包含工作区,直接就是版本库的...

  • git fatal:this is not a git repository.

    Not a git repository 的报错是说没有 .gi t这样一个目录 解决办法如下:$ git init 就可以了!

  • 安装node-sass报错问题

    1. Run `npm rebuild node-sass` to download the binding for your current ...