Current Behavior
when running curl -sSL https://raw.githubusercontent.com/gitxtui/gitx/master/install.sh | bash on macos, installation fails.
Need to investigate what is the cause.
logs:
Downloading gitx v1.2.0 for darwin/arm64...
Installing gitx to /usr/local/bin...
Root permission is required to install gitx to /usr/local/bin
Password:
mv: rename /var/folders/v3/lghmh8r13q954b_jr28hql800000gn/T/tmp.IH64pB8Le6/gitx to /usr/local/bin/gitx: No such file or directory
Desired Behavior
The install script should install gitx as a global package on mac systems
PR Acceptance Criteria
- Achieve the desired behavior and test it out on a mac system.
- Attach proof - screen shot/demo of working desired behavior.
Current Behavior
when running
curl -sSL https://raw.githubusercontent.com/gitxtui/gitx/master/install.sh | bashon macos, installation fails.Need to investigate what is the cause.
logs:
Downloading gitx v1.2.0 for darwin/arm64... Installing gitx to /usr/local/bin... Root permission is required to install gitx to /usr/local/bin Password: mv: rename /var/folders/v3/lghmh8r13q954b_jr28hql800000gn/T/tmp.IH64pB8Le6/gitx to /usr/local/bin/gitx: No such file or directoryDesired Behavior
The install script should install
gitxas a global package on mac systemsPR Acceptance Criteria