簡體   English   中英

Ubuntu 20.04 github,vs 代碼。 使用了 https 協議 PAT

[英]Ubuntu 20.04 github, vs-code. https protocol PAT was used

git 命令今天開始失敗,因為它被設置為使用帶有個人訪問令牌的 https 協議(我仔細檢查了它沒有過期)

Error:
  An assembly specified in the application dependencies manifest (GitHub.UI.deps.json) was not found:
    package: 'HarfBuzzSharp.NativeAssets.Linux', version: '2.6.1.7'
    path: 'runtimes/linux-x64/native/libHarfBuzzSharp.so'
fatal: helper error (140): Unknown
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/.....git/'

但昨天它曾經工作得很好。 昨天晚上發生了一些自動更新。 現在我該怎么做?

顯然,在最近發布的 gcmcore 中存在打包錯誤: https : //github.com/microsoft/Git-Credential-Manager-Core/issues/528

如鏈接中所述,降級版本或下載缺少的 .so 文件。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM