0
I’m having a problem cloning the bitbucket repository for umbler.
The commands that the umbler people passed were:
Access your website via SSH:
ssh [email protected] -p 9922
Access the directory where you want to publish your application.
public cd
Run git clone
git clone [email protected]:USUARIO/PROJECT
It works and returns this message:
Cloning into 'meusite'...
Failed to add the host to the list of known hosts
(/home/meusite.com.br/. ssh/known_hosts).
remote: Counting Objects: 4, done.
remote: Total 4 (delta 0), reused 0 (delta 0)
Receiving Objects: 100% (4/4), done.
The problem is that it creates a folder with the name of the bitbucket repository... that is, instead of pulling only the files it creates this directory and puts the files inside. :(
I’ve even tried to create a folder "public" and put the files in there, and instead of accessing with "public cd" clone at the server root, but without success, it always create this folder with the repository name :(
Does anyone know how to fix this bug?