“You must type a file name” error thrown, when I create a .gitignore file on Windows

后端 未结 5 2086
眼角桃花
眼角桃花 2021-01-30 08:13

When I try to do this, I get the following error:

Obviously, Windows Explorer doesn\'t allow me to create this type of file patterns. How can I overcome this pr

5条回答
  •  青春惊慌失措
    2021-01-30 08:24

    Use command line instead.
    I was also having the same error. The problem was . at the start of file or folder name.
    So I created it by command line.

提交回复
热议问题