ローカルで開発して、git でサーバーにコミットしたい。
だから私は自分のPCにgitをインストールしました。今、SourceTreeアプリを使ってサーバー上のプロジェクトにアクセスしようとしています。
リポジトリ設定に移動して URL を追加しましたが、フェッチしようとすると次のようになります。
git -c diff.mnemonicprefix=false -c core.quotepath=false fetch proyectName
fatal: http://servername.com/ftp/proyectName/proyectName/info/refs not found: did you run git update-server-info on the server?
Completed with errors, see above
確かに私は明らかな何かを見逃しています!