
如圖,倉庫串列可以看見倉庫,但是點擊start失敗

測驗連接倉庫目錄是成功的

倉庫目錄是通過TortoiseHg配置的,不知道缺失什么資訊
uj5u.com熱心網友回復:
No version string found in output of hg version.字面意思就是執行hg version時,回傳的資訊中找不到version string。
很可能是語言設定問題。
只有在英文環境中回傳內容才能正常處理。
例如:
執行
C:\> hg version
回傳
Mercurial Distributed SCM (version 2.9.1)
(see http://mercurial.selenic.com for more information)
Copyright (C) 2005-2014 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
如果回傳的結果是其它語言就不能正常決議了。
可以驗證下是不是這個原因,然后按照檔案修復:https://confluence.atlassian.com/fishkb/bad-hg-executable-no-version-string-found-695240215.html
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/30112.html
標籤:Atlassian技術
