1

I am working on a project same as this question. Even though I used the same solution still i'am getting below error. Is anything updated in git recently? or anyone have solution to fix it?

16:48:06  + git rev-parse upstream/master
16:48:06  fatal: ambiguous argument 'upstream/master': unknown revision or path not in the working tree.
16:48:06  Use '--' to separate paths from revisions, like this:
16:48:06  'git <command> [<revision>...] -- [<file>...]'
16:48:06  upstream/master
Concept
  • 69
  • 5

1 Answers1

4

I found the solution finally. adding ref specs to project fixed the issue.enter image description here

Concept
  • 69
  • 5