A user tried to use this command:
$ git config --system --edit
fatal: Could not switch to ‘/rsusr/rocket/etc/’: EDC5129I No such file or directory.
Did I miss a configuration item during the install? I didn’t see anything in the zOS git Release Notes.pdf.
These commands work properly:
git config --global --edit and git config --local --edit
Thanks.
