Connection refused new install of gitlab-ce update

I removed this because i found the answer on my own:

mcooper@ohLentLT:~/projects/ansible$ git add .
mcooper@ohLentLT:~/projects/ansible$ git commit -m “Initial commit”
On branch master
nothing to commit, working tree clean
mcooper@ohLentLT:~/projects/ansible$ git push -u origin master
ssh: connect to host xxx.xxx.xxx.xxx port 22: Connection refused
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
mcooper@ohLentLT:~/projects/ansible$ git push -u https://xxx.xxx.xxx.xxx/mcooper/ansible.git/ master
Username for ‘https://xxx.xxx.xxx.xxx’: mcooper
Password for ‘https://mcooper@xxx.xxx.xxx.xxx’:
Enumerating objects: 6, done.
Counting objects: 100% (6/6), done.
Delta compression using up to 4 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (6/6), 670 bytes | 670.00 KiB/s, done.
Total 6 (delta 0), reused 0 (delta 0)
To https://xxx.xxx.xxx.xxx/mcooper/ansible.git/

Just in case any other noobs run in to this…
Thanks everyone,