How to set up a repository using git-ftp?

后端 未结 3 2045
刺人心
刺人心 2021-02-15 03:57

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

3条回答
  •  南旧
    南旧 (楼主)
    2021-02-15 04:59

    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

提交回复
热议问题