在个人电脑上使用Git命令来操作GitHub上的项目,突然提示如下错误ssh: connect to host github.com port 22: Connection refused。
bash
$ git pull
ssh: connect to host github.com port 22: Connection refused
fatal: Could not read from remote repository.
Please make sure you have the
Anaconda导入模块报错UserWarning: mkl-service package failed to import
!-- more --
**问题**
用新安装的anaconda运行之前的程序报错UserWarning: mkl-service package failed to import无法导入numpy,提示DLL错误
**解决**
是环境变量的配置问题,因为重新安装了anaconda所以环境变量没有配置
在环境变量中上半部分的用户变量中的path中添加下列路径
D
Failed to connect to github.com port 443: Timed out
!-- more --
Failed to connect to github. com port 443: Timed out
在使用hexo g -d部署到github上时出现了“Failed to connect to github. com port 443: Timed out”的错误提示。
!(../attachment/problems/Time_out.png)
*