如下图所示,当我Git克隆别人的repo时,会发生这样的错误.发现它尝试用http和https代理,后来仔细回想了下,原来是自己用了代理,忘记取消 # 查看当前git 的设置 git config --global -l # 设置代理 git config --global http.proxy h ...
分类:
数据库 时间:
2020-03-24 12:56:02
阅读次数:
1310
在执行git pull origin master时出现: fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure yo ...
分类:
移动开发 时间:
2020-03-23 17:19:27
阅读次数:
107
$ git pull origin masterFrom gitee.com:zrxisme/testLog * branch master -> FETCH_HEADfatal: refusing to merge unrelated histories 原因:使用pull操作的时候出现以上错误, ...
分类:
其他好文 时间:
2020-03-21 09:41:10
阅读次数:
47
email 模块 func SendMail(i int, err error) { e := email.NewEmail() e.From = "zj <896829948@qq.com>" e.To = []string{"13864264702@163.com"} e.Subject = " ...
分类:
其他好文 时间:
2020-03-20 17:17:46
阅读次数:
82
序言 这个月公司又忘教电费了,服务器掉电直接宕了,果然公司搭的gitlab又一次洗白了。 寻找并解决问题 通过查看日志发现,果然又是postgresql的锅,fatal: the database system is starting up。 根据上一次的经验,删除 postgresql 的 pos ...
分类:
其他好文 时间:
2020-03-17 00:04:58
阅读次数:
104
当前一直使用SoapUI进行http接口测试,今天进行https接口进行请求发现一直报错 错误信息: ERROR:Exception in request: javax.net.ssl.SSLException: Received fatal alert: protocol_version ERRO ...
分类:
Web程序 时间:
2020-03-12 10:16:56
阅读次数:
463
注册了个新的github账号后, git push 时出现如下报错: ERROR: Permission to u-zyk/lodash.git denied to i-zyk. fatal: Could not read from remote repository. Please make su ...
分类:
其他好文 时间:
2020-03-09 15:08:51
阅读次数:
68
The authenticity of host 'gitee.com (212.64.62.174)' can't be established. ECDSA key fingerprint is SHA256:FQGC9Kn/eye1W8icdBgrQp+KkGYoFgbVr17bmjey0Wc ...
分类:
其他好文 时间:
2020-03-09 13:16:37
阅读次数:
605
错误背景:本地能够正常启动和调试应用,就是打包构建失败。 详细错误信息如下: [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] 'artifactId' is missing. @ li ...
分类:
其他好文 时间:
2020-03-08 20:16:46
阅读次数:
135
@ "toc" 1,在pom.xml配置文件中添加以下配置 2,自定义配置文件logback.xml,该配置文件位置在templates文件夹下第一层,和html文件夹位置并列。 3,logback.xml文件配置内容 4,写一个LogUtil类 ...
分类:
编程语言 时间:
2020-03-08 18:09:20
阅读次数:
78