On a remote AWS server, I have created a git repo inside a folder. Now I need the http adress to clone the project from my local computer. But I haven't found any git method to show me this address. Is there such a method?
I tried an address but it says fatal: repository (..) not found
.
Here is what I do basically:
I am logged by SSH as ubuntu. (ubuntu has a folder at /home/ubuntu
if this matters)
The webpage is at: /var/www/webpage.com/
My git project is at /var/www/webpage.com/thing
So what I have tried locally is this: git clone https://webpage.com/thing.git
What would be the correct clone addres?