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

error:current_time_millis:7: command not found: gdate #12

Closed
MrBaiYinL opened this issue Jul 16, 2022 · 7 comments
Closed

error:current_time_millis:7: command not found: gdate #12

MrBaiYinL opened this issue Jul 16, 2022 · 7 comments

Comments

@MrBaiYinL
Copy link

MrBaiYinL commented Jul 16, 2022

This error prompt is displayed when executing the command:

current_time_millis:7: command not found: gdate
image

@MrBaiYinL
Copy link
Author

MrBaiYinL commented Jul 16, 2022

@ChesterYue mac Pro M1

@lxdora
Copy link

lxdora commented Jul 18, 2022

解决了吗?

@atkvishnu
Copy link

brew install coreutils

@ChesterYue
Copy link
Owner

解决了吗?

macOS, command not found: gdate

@steroman
Copy link

Hello, how are you doing?

Sorry to repost on a closed thread but I started to face this error too all of a sudden. I tried all the steps indicated but I'm still facing it. Is there any chances someone could help?

Screenshot 2024-04-29 at 09 37 38

@Alfred692
Copy link

Hello, how are you doing?

Sorry to repost on a closed thread but I started to face this error too all of a sudden. I tried all the steps indicated but I'm still facing it. Is there any chances someone could help?

Screenshot 2024-04-29 at 09 37 38

I face the same problem

@nicolae-nicolaev
Copy link

After installing coreutils with command:
brew install coreutils

The PATH variable is updated in .zshrc, however it is at the bottom of the file. Move the following line from .zshrc:
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";

to a line before the
ZSH_THEME="passion"

That fixed it for me. Hope it helps.

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

No branches or pull requests

7 participants