see my comment on #52
I tried the latest with install-only. My cog commands failed because the git user.name and user.email are not set.
I've opened a PR to fix this, and in the meantime, I'm passing command: "--version" as a workaround
Expected behavior
install-only installs cog
Actual behavior
crash
Solution
configure the git user and email (unless they are passed in) earlier during the install.sh script.
#54
see my comment on #52
I tried the latest with install-only. My cog commands failed because the git user.name and user.email are not set.
I've opened a PR to fix this, and in the meantime, I'm passing command: "--version" as a workaround
Expected behavior
install-only installs cog
Actual behavior
crash
Solution
configure the git user and email (unless they are passed in) earlier during the install.sh script.
#54