How to set up a repository using git-ftp?

后端 未结 4 1210
走了就别回头了
走了就别回头了 2021-02-15 03:55

I\'m a newbie so please explain how to set up a repository?
I installed git-ftp.
I tried : git ftp init -u my_User-p my_Pass - ftp://host.example.com/public_html

4条回答
  •  独厮守ぢ
    2021-02-15 04:37

    I think you have not init a local git repository, into which this remote is supposed to be added?

    Does your local directory have a .git folder?

    Try git init

提交回复
热议问题