Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここにある推奨コマンドを実行しましたが、まだネットワーク ビューが機能していないようです。代わりに、ページ/ビューの内容は次のとおりです。
これが Github リポジトリの場合は、資格情報を設定してネットワークを表示できます git config github.user REPO_USER git config github.repo REPO_NAME
git config github.user thrashr888@example.com git config github.repo the_actual_repo_name_at_github
今回は私のために働いているようでした。
また、.git/configファイルを編集すると、何が設定されているかについてより多くの洞察が得られます。設定が間違っていると簡単にわかります。
.git/config