4.2號alas出現(xiàn)問題,如圖所示。解決方法如下
"D:/Game/AzurLaneAutoScript/toolkit/Git/mingw64/bin/git.exe" pull --ff-only origin master
fatal: unable to access 'https://github.com/LmeSzinc/AzurLaneAutoScript/': Failed to connect to github.com port 443 after 21018 ms: Couldn't connect to server
[ failure ], error_code: 1
在打開的alas后,如果出現(xiàn)以下錯(cuò)誤。
請核對https://github.com/LmeSzinc/AzurLaneAutoScript/commit/3ca2695464ca81a03b32867faa914ce37b83aa2d
網(wǎng)址下,文件是否一致。如果一致,說明是git的問題。
解決方法如下:
1、win+r在打開的界面中輸入cmd,打開cmd界面
2、在打開的cmd界面中輸入以下代碼
//取消http代理
git config --global --unset http.proxy
//取消https代理
git config --global --unset https.proxy
每輸入一行代碼,然后回車。
3、重新打開alas是否還會出現(xiàn)問題