Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git pull not working on debug #803

Closed
hohwille opened this issue Jun 23, 2022 · 0 comments · Fixed by #804
Closed

git pull not working on debug #803

hohwille opened this issue Jun 23, 2022 · 0 comments · Fixed by #804
Labels
bug Something isn't working

Comments

@hohwille
Copy link
Member

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)

  1. 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
@hohwille hohwille added the bug Something isn't working label Jun 23, 2022
@hohwille hohwille added this to the release:2022.04.004 milestone Jun 23, 2022
hohwille added a commit to hohwille/ide that referenced this issue Jun 23, 2022
hohwille added a commit that referenced this issue Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant