this post was submitted on 14 Jun 2023
11 points (100.0% liked)

sdfpubnix

1298 readers
1 users here now

Fans of SDF

founded 1 year ago
MODERATORS
 

First off, I apologize if this is not the right place to ask for support. I am new to SDF...

That being said, I am interested in using SDF for some development work, but when I try to call git, it says "zsh: permission denied: git". Do I need some special access to use git? Thanks

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 16 points 1 year ago* (last edited 1 year ago) (1 children)

Information about the shell access part of SDF is at their website ( https://sdf.org/ ). The Join page explains a bit more as well as how to upgrade your membership to a different level.

https://sdf.org/?join

Basically, you can register for a free shell account. You can opt to pay for lifetime ARPA access ($36 paid once) to get access to developer type programs. The MetaARPA level ($ 36 a year) gives you even more things.

Software that is accessible at certain membership levels can be shown after logging in to your terminal by typing in software and following the on screen directions. You can pipe the command over to grep to learn that git only shows up at the ARPA level. As far as I know, you need to be ARPA or higher to access git. Regardless, you need to be ARPA to access compilers like gcc so you may want to upgrade anyway.

Notably, I am at the ARPA level and I can run the git command without any issues.

What may help in the future is that you have access to the bboard command. There you can post help messages to the HELPDESK board which may receive a faster response.

http://sdf.org/?tutorials/bboard-tutorial -- This explains how to use bboard.

[โ€“] [email protected] 5 points 1 year ago

Thank you for the thorough answer!!! I am definitely going to upgrade to ARPA once I get accustomed.