认证0级讲师
依照描述:fatal: Could not read from remote repository這個應該是git的報錯,表示對遠端git庫無操作權限(估計是git庫路徑配置有誤,否則不至於連read權限都沒有)
如果問題在此,可依下列方式探索:(我不確定使用https的git倉庫會不會造成此錯誤)檢查_config.yml檔案下
deploy: type: git repository: git@github.com:username/username.github.io.git
的配置是否正確
接著按github的git clone教學https://help.github.com/articles/which-remote-url-should-i-use/使用ssh模式中,設定ssh秘鑰。
順手把.deploy_git刪掉
權限問題,你換目錄,例如/User/hexo應該就可以解決了。
/User/hexo
依照描述:
fatal: Could not read from remote repository
這個應該是git的報錯,表示對遠端git庫無操作權限
(估計是git庫路徑配置有誤,否則不至於連read權限都沒有)
如果問題在此,可依下列方式探索:(我不確定使用https的git倉庫會不會造成此錯誤)
檢查_config.yml檔案下
的配置是否正確
接著按github的git clone教學
https://help.github.com/articles/which-remote-url-should-i-use/
使用ssh模式中,設定ssh秘鑰。
順手把.deploy_git刪掉
權限問題,你換目錄,例如
/User/hexo
應該就可以解決了。