我正在尝试使用Carthage从我们的组织github存储库中检出一个分支,但它失败并显示错误消息
购物车文件
git "ssh://git@github.com:orginaztion/repo.git" "branch"
在命令行中
carthage checkout --use-submodules --use-ssh
错误消息:
A shell task (/usr/bin/env git fetch --prune --quiet ssh://git@github.com/orginaztion/repo.git refs/tags/*:refs/tags/* +refs/heads/*:refs/heads/* (launched in /var/root/Library/Caches/org.carthage.CarthageKit/dependencies/repo)) failed with exit code 1
我在这里做错什么了吗?