I'm using Linux Mint 18 and am trying to push my work, an entire folder, to my github repository. I've tried the SSH and HTML methods discussed on the site and just cannot get my work saved. Here's what I've tried:
git init
git remote set-url origin https://github.com/glicka/Neutron-Scatter-Camera.git
fatal: No such remote 'origin'
ssh git@github.com:glicka/Neutron-Scatter-Camera.git
ssh: Could not resolve hostname github.com:glicka/neutron-scatter-camera.git: Name or service not known
Please help. I'm new to git and just cannot figure it out. I want to push an entire folder to my repository.