coder
asked on
cloning bit bucket inside putty which is windows connected through ssh with ubuntu
Hi There,
I had connected to Ubuntu machine in windows through putty's ssh client assume the IP address is
55.170.23.156
I want to clone bit bucket inside this putty
assume the bit bucket url
is http://bitbucket.librariesdsw.net:8080/
assume bit bucket user name is bharath and password is welcome
how to clone this bitbucket inside this putty
please help, thanks in advance
Kind regards,
Bharath K
I had connected to Ubuntu machine in windows through putty's ssh client assume the IP address is
55.170.23.156
I want to clone bit bucket inside this putty
assume the bit bucket url
is http://bitbucket.librariesdsw.net:8080/
assume bit bucket user name is bharath and password is welcome
how to clone this bitbucket inside this putty
please help, thanks in advance
Kind regards,
Bharath K
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
This problem is resolved. I am able to access the source code in putty with
git clone https://bharath:welcome@bitbucket.librariesdsw.net:8080/whatever/file/url
With Many thanks,
Bharath AK