continuous integration - Error with adding all files with git -


I have tried to use the guit add-on, so that all my files can be added in the past, but now, Now do not work anymore

When I command, the console prints:

  Fatal: Pathspeak '.' The branch master   

did not match any files, why could this be any input? Is this a file permission issue?

Some additional information: This is being made on Travis-CI.

First, do not use git add-A without path code . From git help add page:

  if not & lt; Pathspec & gt; Given the current version of "GIT" "."; In other words, update all the files in the current directory and its subdirectories, this will change to the future version of the default Git, so without the & lt; Pathspec & gt; Should not be used   

so I'll put git add -A in command. I suggest to change the command.

Finally, about the specific problem, I can suggest to look at the value of only $ PWD to see where the current directory of your build system is and check the unseen files and extracted files. Try.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -