mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 19:45:54 +03:00
[GH-ISSUE #47] zsh: command not found: mosint #41
Labels
No labels
bug
duplicate
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mosint#41
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @Strockler on GitHub (Nov 30, 2022).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/47
Hello, I am having some issues trying to get this up and running. I am on MacOS and have always had issues using github resources.
I installed go and I installed mosint from git but I am unable to do the command. If I cd to the directory in /usr/local/go/src/mosint and then say "go run main.go example@email.com" It will run the basic command sometimes but I cannot use the simple mosint command to install APIs or run it as easy as possible
@Ricou107 commented on GitHub (Dec 2, 2022):
Same issue here
@TOBlAS commented on GitHub (Dec 2, 2022):
same right here
@monsieurm commented on GitHub (Dec 3, 2022):
Check this modop here, works for me https://youtu.be/0xCkdsE1Vx8?t=235 (this is not my video)
@RokeJulianLockhart commented on GitHub (Dec 4, 2022):
@Strockler, locate the file (ideally via
kfindor an alternative) and merely duplicate the path of the file into the terminal. This allows you to invoke the binary by bypassing PATH.The ultimate problem is probably that
gois not adding itsbindirectory to PATH.@RokeJulianLockhart commented on GitHub (Jan 9, 2023):
@alpkeskin, this shouldn't be closed. My solution is not ideal – the software should be added to $PATH. Might you be able to explain whether this is at least an issue with
gorather thanmosint, since then we can follow (or create) the respective issue for it?