git 403 錯誤的解決辦法

2021-08-02 08:53:07 字數 797 閱讀 1896

在用git上傳時,傳送如下錯誤:

[root@zt git]# git push -u origin master error: the requested url

returned error: 403 while accessing

詳細錯誤:

fatal: unable to access 『

error setting certificate verify locations: cafile:

f:/git/mingw64/libexec/ssl/certs/ca-bundle.crt capath: none

解決辦法:

修改配置檔案

輸入:vi .git/config來修改配置檔案:

修改前:

[remote 「origin」]

url =***/vim_conf.git

fetch = +refs/heads/:refs/remotes/origin/

修改後:

[remote 「origin」]

url = https://eleztian(你的使用者名稱)@github.com/**/vim_conf.git

fetch = +refs/heads/:refs/remotes/origin/

然後輸入:wq儲存退出

再輸入:git push -u origin master 就能正確上傳.

Git8 Git各種錯誤解決辦法

1.1 問題 在使用git的時候,每次執行 git add readme.md都會顯示 warning lf will be replaced by crlf in readme.md.1.2 原因 crlf carriage return line feed 回車換行 就是回車 cr,ascii ...

adb錯誤解決辦法

有時啟動android studio 或者啟動專案時,出現adb錯誤,比如unable to establish connection to adb.或者相關提示 嘗試 進入 dos命令環境,cd至android sdk platform tools目錄,重啟adb服務 執行如下的指令 adb ki...

zabbix agentd錯誤日誌解決辦法

但發現zabbix agentd.log裡面有出現host not found錯誤日誌,出現該錯誤的原因是zabbix agentd.conf裡面的hostname和前端zabbix web裡面的配置不一致造成的,即在zabbix web頁面monitoring configuration host...