I have a repo that uses gh-pages. I re-installed Linux, so when I
clone my repo again, the gh-pages branch seems to be ill-configured.
If I type
   git branch gh-pages
   git pull
I get the response
   fatal: 'gh-pages' does not appear to be a git repository
   fatal: The remote end hung up unexpectedly

I have the following in my .git/config file:

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = [email protected]:blippy/Thimbl-CLI.git
[branch "master"]
        remote = origin
        merge = refs/heads/master
[branch "gh-pages"]
    remote = gh-pages
    merge = refs/heads/gh-pages


I figure I need to add a "remote" section, but don't know what I
should fill it with. Can anyone help? My webpages are stored in the
directory `website'.

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to