SwiftPackageManagerを使用する際に「Communication with the service was interrupted.」と表示される際の対処法
SPMの検索バーからURLを指定すると表題のエラーが出ました。
~/.gitconfig
に[includeIf "gitdir:xxxxx"]
が入っているとエラーが表示されるようです。
~/.gitconfig
# 例:
[includeIf "gitdir:~/iOS/Company/"]
path = ~/.gitconfig_company
対処法
SPMを利用してライブラリを追加する時だけでも、[includeIf "gitdir:xxxxx"]
をコメントアウトまたは削除したら、
想定通りにバージョンやブランチを指定する画面にたどり着けました。
~/.gitconfig
# コメントアウト
#[includeIf "gitdir:~/iOS/Company/"]
# path = ~/.gitconfig_company
参考
Author And Source
この問題について(SwiftPackageManagerを使用する際に「Communication with the service was interrupted.」と表示される際の対処法), 我々は、より多くの情報をここで見つけました https://qiita.com/shuntarou/items/96419dd05800f675a21b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .