一、环境检查
1.检查数据库时区
select dbtimezone from dual; 检查一致
2.检查数据库时间
select to_char(sysdate, yyyy-mm-dd hh24:mi:ss) from dual; 检查一致
3.检查两边字符集
set linesize 120
select * from nls_database_parameters where parameter like %CHAR…
git Failed to connect to 你的网址 port 8282: Timed out
出现这个问题的原因是:原来的仓库换了网址,原版网址不可用了。 解决方法如下: 方法一:查看git用户配置是否有如下配置
http.proxyhttp://xxx
https.proxyhttp://xxx如果…