ssh-add ~/.ssh/your key
git add .
git commit -m "test"
git push origin master
@ralismark @lucifargundam Oooh, I see! I git clone'd it using the https address, but that may be just legacy so thousands of web tutorials on how to install things wouldn't break.
...however permissions to techlore/plexus.git are still denied to me. :/
@lucifargundam @Natanox wait. if you're getting an http error that means you're not using ssh. i think GitHub recently removed support for http so you need to change it to ssh with
git remote set-url origin git@github.com:techlore/plexus.git