Menu

#23701 Can't clone from git to update Bochs website

closed
nobody
None
https://bochs.sourceforge.io/
Bochs
2022-07-25
2022-07-16
No

Hello,

We are transitioning Bochs project to git.
I have created a separate git repository for Bochs website and you may see it here:
https://sourceforge.net/p/bochs/Bochs-sfsite/ci/master/tree/

Clone command listed is
git clone ssh://sshwarts@git.code.sf.net/p/bochs/Bochs-sfsite bochs-Bochs-sfsite
When I clone it using this command on my local machine - it works well. I also able to push into this repo.

Now I wanted to update Bochs SF site with it.
Logged in into the shell (ssh shell.sf.net -l sshwarts) and moved to project folder (cd /home/project-web/bochs). I wanted to replace old CVS/SVN clone from sfsite-cvsroot subfolder with new git clone so it would be possible to update website with git pull.

I tried to clone and got:
[sshwarts@shell-22003 sfsite-cvsroot]$ git clone ssh://git.code.sf.net/p/bochs/Bochs-sfsite sfsite
Cloning into 'sfsite'...
ssh: connect to host git.code.sf.net port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

What is wrong ?
Also isn't the git version is too old there ?

[sshwarts@shell-22003 sfsite-cvsroot]$ git --version
git version 1.8.3.1

I have 2.37 on my local system

What I am doing wrong ?

Discussion

  • Stanislav Shwartsman

    Got confused a bit - The site content today is in htdocs folder and I want to replace it with new one which is clone from above git repo. And the clone fails with the weird error.

     
  • SourceForge Support

    Hello,

    The project webspace is not a repository, you will not be able to clone with a git client, you could however, upload the source as a zip file is needed.

    I see you have a GitHub repository, you can take advantage of our GitHub Integration tool.

    This GitHub release integration will copy any new releases from the GitHub repository into your project on SourceForge. Whenever you make a release on GitHub: https://sourceforge.net/p/bochs/admin/files/gh_integration

    Sincerely,
    SourceForge Support

     
  • SourceForge Support

    • status: open --> closed
     
  • SourceForge Support

    Hello,

    We have not heard from you and are now closing this ticket. If you need any help moving forward, please submit another ticket. Thank you.

    Sincerely,
    SourceForge Support

     

Log in to post a comment.