Hello All,

I am trying to load my web2py app on fluxflex. As indicated in the
instructions at

(i) https://github.com/nus/web2py-for-fluxflex/blob/master/README.md
and
(ii) http://www.fluxflex.com/projects/pricinggame/instruction/git

I am trying to clone the fluxflex repository associated with my
project (so that I can add my application folder to it) using the
command

git clone ssh://g...@git.fluxflex.com:443/pricinggame

The first time I tried it, the cloning was successfult. I added my
application folder <appname> to the public_html/applications as
suggested in the first link. However, I had some trouble with
commiting it. Even though I issued git add and commit commands, the
folder kept showing up as modified. So I deleted the local repository
using

rm -r pricinggame

Now, whenever I try to clone using the command git clone
ssh://g...@git.fluxflex.com:443/pricinggame

I get an error saying

ssh: connect to host flx.fm port 443: Operation timed out
fatal: The remote end hung up unexpectedly

Has anyone experienced this before. Do you know how I could clone the
repository?

Thank you

Reply via email to