You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling debug mode should give more output but not cause additional errors or make things fail that otherwise succeed.
Actual behavior
adding -d flag causes error on git pull that does not happen without the flag.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
devon ide -d setup
fatal: no path specified; see 'git help pull' for valid url syntax
Result 1
******** ATTENTION ********
Can not update git repository: /d/projects/devonfw/settings
See above error for details - check your network connectivity and retry.
We are sorry for the inconvenience. Please check the above errors, resolve them and try again.
Despite the fact that devon ide setup runs smooth without errors.
Comments/Hints:
Problem is that ${git_opts} is then empty but provided as quoted arg.
Therefore git pull "" is called technically what causes the error.
Affected version:
OS: all
Version: 2022.04.003
The text was updated successfully, but these errors were encountered:
Expected behavior
Enabling debug mode should give more output but not cause additional errors or make things fail that otherwise succeed.
Actual behavior
adding
-d
flag causes error on git pull that does not happen without the flag.Steps to reproduce (bug) / Use Case of feature request (enhancement)
Despite the fact that
devon ide setup
runs smooth without errors.Comments/Hints:
Problem is that
${git_opts}
is then empty but provided as quoted arg.Therefore
git pull ""
is called technically what causes the error.Affected version:
The text was updated successfully, but these errors were encountered: