I've run the suggested commands found here but I still can't seem to get the network view working. Here's what the page/view says instead:

If this is a Github repository you can set your credentials to view your network
git config github.user REPO_USER
git config github.repo REPO_NAME

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted
git config github.user thrashr888@example.com  
git config github.repo the_actual_repo_name_at_github

Seemed to work for me this time.

Also, editing the .git/config file gives more insight into what things are set to. It's easy to see when things are set incorrectly.

link|improve this answer
The global settings end up in ~/.gitconfig – thrashr888 Aug 26 '09 at 20:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.