Не удается найти файлы в удаленном репо.
- Создал репозиторий GIT на общем хостинге (site5), как описано их учебник
- init'd и добавил простой текстовый файл. OK
- Клонируется на моей локальной (WinXP) машине. OK
- Удаленный тестовый файл на моей локальной копии, добавил несколько реальных файлов. OK
- Выполнены локальные изменения. OK
- Отбрасывается на удаленный сервер. OK
- MsysGit бросил несколько предупреждений (ниже), но сказал мне, что у нас был успех.
- FTP'd на удаленный сервер, но файлов там не было.
- SSH'd (с использованием PUTTY) и статус GIT. Я дал мне весь список, но со словом "удалено", предшествующим каждому файлу. См. Ниже.
Отметив, что я не на какой-либо ветке, я проверил конкретную фиксацию. Он нашел это, но файлы и статус GIT по-прежнему ничего не показывают. Он сказал мне:
Примечание: переход на "9c47b5", который не является локальной ветвью
Пытался проверить мастер HEAD. Не повезло, это говорит мне
-jailshell:/usr/bin/git: нет такого файла или каталога
Git статус показывает:
[[email protected] tanee.com]$ git status
# Not currently on any branch.
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# deleted: _notes/dwsync.xml
# deleted: contact-us/_notes/dwsync.xml
# deleted: contact-us/index.html
#
Предупреждения:
warning: updating the current branch
warning: Updating the currently checked out branch may cause confusion,
warning: as the index and work tree do not reflect changes that are in HEAD.
warning: As a result, you may see the changes you just pushed into it
warning: reverted when you run 'git diff' over there, and you may want
warning: to run 'git reset --hard' before starting to work to recover.
warning:
warning: You can set 'receive.denyCurrentBranch' configuration variable to
warning: 'refuse' in the remote repository to forbid pushing into its
warning: current branch.
warning: To allow pushing into the current branch, you can set it to 'ignore';
warning: but this is not recommended unless you arranged to update its work
warning: tree to match what you pushed in some other way.
warning:
warning: To squelch this message, you can set it to 'warn'.
warning:
warning: Note that the default will change in a future version of git
warning: to refuse updating the current branch unless you have the
warning: configuration variable set to either 'ignore' or 'warn'.
Pushing to [email protected]
To [email protected]/26d352f..9c47b55 master -> master