簡體   English   中英

冰山:LGit_GIT_ERROR:git_remote_callback 上的版本 0 無效

[英]Iceberg: LGit_GIT_ERROR: Invalid version 0 on git_remote_callback

嘗試使用Iceberg將我的項目加載到新的Pharo圖像時出現此錯誤:

LGit_GIT_ERROR: Invalid version 0 on git_remote_callback

在加載我的項目之前,我在System > Settings > Tools > Software Configuration Management > Icegerg 中選中了“Enable Metacelo Integration”和“Use custom SSH keys”。 然后我嘗試運行以下 Metacello 腳本,但它引發了錯誤

Metacello new
    baseline: 'DataFrame';
    repository: 'github://PolyMathOrg/DataFrame';
    load.

有人能告訴我這個錯誤信息是什么意思以及如何處理嗎?

我已經根據GitHub 上說明通過更新 Iceberg 解決了這個問題:

MetacelloPharoPlatform select.
#(
    'BaselineOfTonel'
    'BaselineOfLibGit'
    'BaselineOfIceberg'
    'Iceberg-UI' 
    'Iceberg-Plugin-GitHub' 
    'Iceberg-Plugin' 
    'Iceberg-Metacello-Integration' 
    'Iceberg-Libgit-Tonel' 
    'Iceberg-Libgit-Filetree' 
    'Iceberg-Libgit' 
    'Iceberg' 
    'LibGit-Core'
    'MonticelloTonel-Tests'
    'MonticelloTonel-Core'
    'MonticelloTonel-FileSystem' ) 
do: [ :each | (each asPackageIfAbsent: [ nil ]) ifNotNil: #removeFromSystem ].
Metacello new
    baseline: 'Iceberg';
    repository: 'github://pharo-vcs/iceberg:v0.6.5';
    load.

暫無
暫無

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

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