Помогите, пожалуйста, разобраться, в чем проблема:
Маленький проект на code.google.com, все делаю в master'е.
#git add ./lesson/runner.py
#git commit -m «Runner L-2»
[master 0c12795] Runner L-2
1 files changed, 2 insertions(+), 1 deletions(-)
# git push origin HEAD --tag
Counting objects: 42, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (35/35), done.
Writing objects: 100% (35/35), 4.87 KiB, done.
Total 35 (delta 21), reused 0 (delta 0)
remote: Scanning pack: 100% (35/35), done.
remote: Storing objects: 100% (35/35), done.
remote: Processing commits: 100% (6/6), done.
remote: Error: internal server error
error: RPC failed; result=56, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Есть описание похожей проблемы здесь: http://code.google.com/p/support/issues/detail?id=28343
Но, судя, по сообщениям, проблему должны были исправить. У меня же - все по прежнему...
Хотя бы подскажите, в какую сторону копать?