https://code.google.com/p/prjname/ is a empty repo right now
クローンはできますが、ローカルリポジトリをプッシュできません。なぜですか?
[mirror@home php]$ git clone https://code.google.com/p/prjname/
Cloning into 'prjname'...
warning: You appear to have cloned an empty repository.
[mirror@home php]$ rm prjname/ -rf
git初期化
/home/mirror/tmp/php/.git/ の既存の Git リポジトリを再初期化しました
[mirror@home php]$ git remote -v
[mirror@home php]$ git remote add origin https://code.google.com/p/prjname/
[mirror@home php]$ git push origin
fatal: remote error: Repository not found
[mirror@home php]$ git push -u origin
fatal: remote error: Repository not found
[mirror@home php]$ https://code.google.com/p/prjname/
[mirror@home php]$ ls
conf.inc.php demo docs lang lib logs prjname sdk.class.php services util
プッシュに失敗しましたが、このリポジトリは空ですが存在します...
[mirror@home php]$ git push origin
fatal: remote error: Repository not found