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

Install : Not straight forward to install on Windows (Git-bash) #122

Open
4 tasks done
geraudloup opened this issue Feb 6, 2022 · 1 comment · May be fixed by #123
Open
4 tasks done

Install : Not straight forward to install on Windows (Git-bash) #122

geraudloup opened this issue Feb 6, 2022 · 1 comment · May be fixed by #123

Comments

@geraudloup
Copy link

geraudloup commented Feb 6, 2022

  • Install should be easy on Windows with standard install of git (which is git-bash) => one liner to copy-paste
  • It should not use make (which is not shipped with git-bash)
  • It should work to update the version (so install on already installed should update the version of git-standup
  • Documentation should be updated to relevant changes
@geraudloup
Copy link
Author

$ curl -L https://raw.githubusercontent.com/kamranahmedse/git-standup/master/installer.sh | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   273  100   273    0     0    128      0  0:00:02  0:00:02 --:--:--   128
Cloning into 'git-standup'...
remote: Enumerating objects: 16, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 16 (delta 1), reused 7 (delta 0), pack-reused 0
Receiving objects: 100% (16/16), 9.48 KiB | 3.16 MiB/s, done.
Resolving deltas: 100% (1/1), done.
sh: line 11: make: command not found
Clone failed with 127

geraudloup added a commit to geraudloup/git-standup that referenced this issue Feb 6, 2022
…nment)

issue kamranahmedse#122 - Install : Not straight forward to install on Windows (Git-bash)
geraudloup added a commit to geraudloup/git-standup that referenced this issue Feb 6, 2022
…arkdownlint

closes issue kamranahmedse#122 - Install : Not straight forward to install on Windows (Git-bash)
@geraudloup geraudloup linked a pull request Feb 6, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant