vote up -1 vote down star
1

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

flag

1 Answer

vote up 1 vote down check
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|flag
The global settings end up in ~/.gitconfig – thrashr888 Aug 26 at 20:54

Your Answer

Get an OpenID
or

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