Hi to all,

I have been working with gitorious private, My server have IP private
inside in my LAN, this is working excellent, but I have a problem.
When I am working from my LAN use this command:

git init
git add .
git commit -m 'first commit'
git remote add origin [email protected]:Project/REPO.git
git push origin master

this is good, but i don't know how to do it from outside, from
internet......

I can't do public to port 22

I have ip public on my firewall

What do you recommend doing??

yo pensaba redireccionar un puerto de mi

I thought redirect a port (for example 20202) from my ip public (for
example 8.8.8.8) to the 22 port the my ip private (for example
192.168.0.100) but if I do this, When I am working from Internet, I should
use this command:

*git remote add origin [email protected]:20202:Project/REPO.git*

I do not think this works! *double ":" !!*

Could you help me please?

Thanks and regards,

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to