原文:npm 或者 yarn install 提示:The unauthenticated git protocol on port 9418 is no longer supported.

解決辦法: 第一種: 使用FQ,然后再重新下載 第二種:執行:git config global url. https: .insteadOf git: ,然后再重新下載 第三種:找到package.json 把git: 手動替換為 github: 我用的第三種... ...

2022-04-12 23:31 0 1034 推薦指數:

查看詳情

The unauthenticated git protocol on port 9418 is no longer supported

這是一個安全問題(同時,這也是一個比較新的問題,如果有任何疑問、問題或更好的解決方案,歡迎指出或分享🖐) 報錯也給出了地址,有牆 (可能的)解決方案為: 項目clone有問題的,改用https協議或者ssh npm安裝有問題的,之前有項目的,去package-lock排查一下 ...

Wed Jan 12 01:36:00 CST 2022 1 15431
Git--Git clone時遇到fatal: protocol '––https' is not supported

一、問題由來   今天在Windows上學習git clone將遠程版本庫克隆到本地時的操作不當引起fatal: protocol '––https' is not supported,是我們在這方面常犯的一個錯誤。 二、解決辦法 在stackoverflow上找到了解決方案和原因 ...

Thu Jan 30 23:30:00 CST 2020 0 2416
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM