MACOS: Stuck on "You must enter a domain name!" #5
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: octoleo/octojoom#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After a while running through the configuration i get stuck on this error screen:
I've done some debugging here and it seems changing a string to upper and lower case like this is a no go on macos: ${VDM_KEY^^} , ${VDM_KEY,,}.
I've not created a function to convert to upper or lowercase with the help of chatGPT and that fixes the issues.
Hmm Figured out why we had this issue. On macos it defaults use ZSH as the terminal. But you can load bash. But default bash is 3.2 and that feature you're using is since bash 4.0 so i had to use homebrew to install a newer bash version.
Ok i got past this issue by enabling newest bash with homebrew.
We should add a check so that it can give you this heads-up...