問題
- チェックアウト時やプル時に何度もgithubのパスを聞かれる
- submodule のクローンができない
- メインのリポジトリ自体はプルできる
対応
- .gitmodules を確認、https を ssh にする
- NG ex. url = https://github.com/○○○○
- OK ex. url = git@github.com:○○○○.git
- 設定反映
git submodule sync
sourcetree 固有の問題に思えます。
Go to list of users who liked
More than 3 years have passed since last update.
git submodule sync
sourcetree 固有の問題に思えます。
Register as a new user and use Qiita more conveniently
Go to list of users who liked