-
Notifications
You must be signed in to change notification settings - Fork 243
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
Terminal doesn't display commits/Problems with git-standup #14
Comments
Sadly I can't seem to get the GIT working either. I installed it via NPM, node version |
I manage to get npm to install
|
Ugh, yeah, I don't really speak good node so I don't know how to get the path to There's a PR out (#8) that I want to try to see if it fixes this, but since it still reaches into Any ideas welcome. |
Can't you just assume |
Im having the same troubles maybe because I use |
@DanielAndreasen the author said yesterday she uses |
@Mike3run I also use |
I think this is about how your npm is installed, not about the shell you use -- for example, if you yarn install this, it doesn't work either. Trying to look at the open PRs that fix this, but they don't work on my system yet :( |
🤔 that could be, I have installed npm with And i think a great number of devs do that as well, do you have installed with homebrew @notwaldorf ? |
I have it installed with Hold on y'all, I've asked @zkat for help and I'll see what her fix is :) |
OK! I published 1.0.5 that maybe works better (edit: especially if you do npm install -g git-standup)? Anyone with a brokentiny-care-terminal` want to install that and tell me if it's better, pretty please? 🙏 |
Yeah there's not much to do here. There's an |
@notwaldorf I have upgraded to version 1.0.7 and still doesn't work! But wait, when I run The error I get is:
If I remove the |
@DanielAndreasen There hasn't been a version bump yet, but @notwaldorf has merged my PR that fixes this syntax error. So the script (as it exists in the repo, at least) should now work with |
Sorry y'all, had to sleep! 😅
Will tag a new release in an hour or so
…On Thu, Apr 20, 2017 at 9:33 AM Jack Ransom ***@***.***> wrote:
@DanielAndreasen <https://github.com/DanielAndreasen> There hasn't been a
version bump yet, but @notwaldorf <https://github.com/notwaldorf> has
merged my PR that fixes this syntax error. So the script (as it exists in
the repo, at least) should now work with sh too! 😃
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABTkUv-nyVppk1RxTSsriShNPNop6_2uks5rx4jLgaJpZM4NAK0i>
.
|
@jackmransom Ahh I see. Cool! :) |
@jackmransom @DanielAndreasen 1.0.8 tagged! Let me know if it fixes your problems! |
It works perfectly 👍 At least for me. Only thing that is needed is a depth parameter for the |
For me not fixed 😞 |
I use fish for my shell and it has worked fine here from initial install. I added instructions to the readme on setting the environment variables properly for the program to pick them up. So make sure they are being set right (you can confirm by running node and check the If anyone is still having problems with fish specifically, if you could open up an issue about what specifically isn't working focused on fish and mention me I'll take a look. I'd rather try and keep the shell-specific debugging separated from individual issues affecting everyone if @notwaldorf doesn't mind that. |
I'm seeing this myself with Windows Bash. When I update tiny-care-terminal, I get the following issue: npm WARN deprecated [email protected]: v1 is no longer maintained, please upgrade to v2.0+ as soon possible. I can install git-standup by itself though w/o error. I just uninstalled/reinstalled to be sure I had the latest, but yep, no git commits. Is there a way for me to debug to provide more information? |
Is your Windows Bash the "Ubuntu Bash On Windows" thing in Windows 10 or the git bash software distributed with git? |
It's the Ubuntu Bash on Windows thing. |
@cfjedimaster Silly question, I know, but do you have If so, the output from running |
Yep, git works, and (since I didn't know what git-standup even did), I found it added 'standup' as an argument to Git, which I confirmed worked too. Where would I find standup-helper.sh? |
@cfjedimaster If you run |
Ok, I found it... but oddly I can't run it. I installed tiny-care-helper via sudo, so I tried to sudo ./standup-helper.sh from the directory, and it still can't find it. |
@cfjedimaster How about running it as |
That works -I also changed it to a+x (which I realize is overkill), running it provides no output. |
Ok, I figured out it takes a path as an arg. I ran:
And it output:
|
@cfjedimaster What about if you specify |
It correctly reports my last set of commits. |
I was able to get it to work if I changed care.js a little bit. I looked at the output of console.log(today); and saw that the spawnargs section had '/bin/sh', '-c', and 'sh /path/to/standup-helper.sh', missing the $TTC_REPOS paths I changed the today line to: |
That is JS calling a shell script. It works in some cases like that but not in others so the PR to make that spawn change was closed. PR #18 will probably handle these issues. So test it out please and see if it helps with your environments. |
As of version |
It works - thank you! |
Hi there, and thanks for this cool tool! 😄
I have set up everything, but I'm unable to see the git stuff. The problem for me is that
standup-helper.sh
is looking forgit-standup
in a place where it is not located.I installed
git-standup
withsudo npm install -g git-standup
(maybe I should do this in another way).Any suggestions?
I also have problems with the fonts/emojis, but I can open another issue if you would like.
The text was updated successfully, but these errors were encountered: