に私の地元のレポをプッシュするとき、私はディレクトリ/var/www/html/Qiyun02-server
を持っており、それに私が使用します。 致命的:リモートリポジトリから読み取れませんでした。私は、リモートサーバーでは、リモートサーバー
git init --bare Qiyun02-server
が
Qiyun02-server
という名前のレポを作成しました。
、私のローカルのMacの私のQiyun02プロジェクトでは、私が使用し
git remote add origin 103.15.22.21:/var/www/html/Qiyun02-server:Qiyun02-server
は、リモートの起源を追加しました。その後
:
git push --set-upstream origin master
しかし、私は怒鳴るエラーを取得:
git add -A
git commit -m 'my first commit for remote origin'
は、その後、私は、リモートサーバーにプッシュ
MacBook-Pro:Qiyun02 ldl$ sudo git push --set-upstream origin master
Password:
[email protected]'s password:
fatal: '/var/www/html/Qiyun02-server:Qiyun02-server' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
リポジトリを初期化してHTTP経由で公開することはできません。 WebサーバーはGit固有の動作を理解する必要があります。また、 '103.15.22.21:/ var/www/html/Qiyun02-server:Qiyun02-server'はリモートからも有効なリモートURLのように見えません。 – CodeCaster
@CodeCasterどうすればgitでリモートサーバーにコードをアップロードできますか? –
Gitを理解しているWebサーバでモジュールを実行することによって。 – CodeCaster