Dear all,
I am a newbe in Cygwin and I am experiencing  problems in following
the instruction to create html pages for repository, for example:
http://github.com/gialloporpora-ubiquity-commands

I have created my homepage:
http://gialloporpora.github.com
but I am not able to crete pages for project.
I am using Cygwin on Windows XP and when I try to follow these
instruction:

  cd /path/to/repo-name
  git symbolic-ref HEAD refs/heads/gh-pages
  rm .git/index
  git clean -fdx
  echo "My GitHub Page" > index.html
  git add .
  git commit -a -m "First pages commit"
  git push origin gh-pages


when I give this command:

cd /path/to/

Cygwin says that path folder not exists. If I create it (and also the
'to' subfolder)  I receive an error executing the second instruction:

git symbolic-ref HEAD refs/heads/gh-pages

I give this command from: /path/to/gialloporpora-ubiquity-commands,
this is the error message:

fatal: Not a git repository (or any of the parent directories): .gi

I am not experienced with Cygwin and, if possible, I would like some
help.
Sorry for my poor english.
Sandro

--~--~---------~--~----~------------~-------~--~----~
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