- 博客(3)
- 收藏
- 关注
转载 git---如何解决The authenticity of host 'github.com (192.30.255.112)' can't be established.
新生成密钥的时候,git clone或者push的时候,经常会报这样的错误: The authenticity of host 'github.com (192.30.255.112)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. The au...
2018-10-29 17:16:11
1627
1
原创 windows下git的bad numeric config错误
在windows下尝试git init时一直提示如下错误 $ git init fatal: bad numeric config value 'flase' for 'core.ignorecase': invalid unit windows环境下git的ignorecase是默认为true的,为了保证多平台协作时大小写一致的问题,应将ignorecase设为false; 这里我用命令...
2018-02-12 21:38:12
11234
6
原创 nginx本地反向代理访问目录时出现403错误
nginx配置本地反向代理时,若autoindex为off,则不会自动创建索引,此时直接输入域名则会报403错误,但是仍能通过URL访问里面的资源。server { listen 80; autoindex off; server_name image.mall.com; access_log c:/access.log combined; index index.html i...
2018-02-11 22:31:12
10155
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅