Menu

#26680 Missing project URL

closed
nobody
None
peltier-rack-ac
2025-04-18
2025-04-17
No

Dear support,

It's pretty much like I forgot to put the project URL during it's creation. As a result, git repo is available. There is a local clone that is linked to ssh://tim0shka@git.code.sf.net/p/peltier-rack-ac/code, but the project is not visible under my profile.

Could you please change the project URL to the project name(peltier-rack-ac)?

Thank you in advance.

Discussion

  • SourceForge Support

    Hello,

    Thank you for reaching out.

    The project should now be visible under your profile again.
    Please verify it's working for you.

    Sincerely,
    SourceForge Support

     
  • Dmitry Lukashonok

    thank you so much for the quick response. i can see the project under WEB, but it says that there is no git repo, but it was there at least. did few commits already. there is exact output right now:

    root@EP:~/to_deb/svn/peltier-rack-ac-code$git config --get remote.origin.url
    ssh://tim0shka@git.code.sf.net/p/peltier-rack-ac/code
    root@EP:~/to_deb/svn/peltier-rack-ac-code$ls -lah
    total 0
    drwxrwxrwx 1 root root 4.0K Apr 17 14:10 .
    drwxrwxrwx 1 root root 4.0K Apr 14 00:35 ..
    drwxrwxrwx 1 root root 4.0K Apr 17 14:43 .git
    -rwxrwxrwx 1 root root  102 Apr 14 00:43 .gitignore
    drwxrwxrwx 1 root root 4.0K Apr 14 00:36 drawings
    drwxrwxrwx 1 root root 4.0K Apr 14 00:36 info
    drwxrwxrwx 1 root root 4.0K Apr 17 18:35 schematics
    drwxrwxrwx 1 root root 4.0K Apr 14 02:08 src
    root@EP:~/to_deb/svn/peltier-rack-ac-code$git status
    On branch master
    Your branch is based on 'origin/master', but the upstream is gone.
      (use "git branch --unset-upstream" to fixup)
    
    Changes not staged for commit:
      (use "git add/rm <file>..." to update what will be committed)
      (use "git restore <file>..." to discard changes in working directory)
            modified:   src/fan_module/Makefile
            deleted:    src/fan_module/main.c
            deleted:    src/fan_module/main.h
    
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
            schematics/
            src/fan_module/main.c.back
            src/fan_module/main.h.back
            src/fan_module/main/
    
    no changes added to commit (use "git add" and/or "git commit -a")
    root@EP:~/to_deb/svn/peltier-rack-ac-code$git log
    commit b81adfa04d68968fcdac275ae322d0d14dd93cde (HEAD -> master)
    Author: Dmitry Lukashonok <dmitry_lukashonok@*****.com>
    Date:   Mon Apr 14 00:54:16 2025 +0300
    
        Makefile MCU adjustment
    
    commit 6261ee6965ad9abd97b29977968b7194da34d209
    Author: Dmitry Lukashonok <dmitry_lukashonok@*****.com>
    Date:   Mon Apr 14 00:49:03 2025 +0300
    
        .gitignore file
    
    commit be5f6d3cef277cf8c9618756380c3987e1e9a591
    Author: Dmitry Lukashonok <dmitry_lukashonok@*****.com>
    Date:   Mon Apr 14 00:39:37 2025 +0300
    
        Initial folder structure and fan control code example
    root@EP:~/to_deb/svn/peltier-rack-ac-code$
    
     

    Last edit: Dmitry Lukashonok 2025-04-17
  • SourceForge Support

    Hello,

    Thank you for your feedback.
    However, we're seeing an empty repository on our end.
    It's possible that no commits were ever pushed to our server.

    Could you please try pushing your commits again?
    If you're encountering a "upstream is gone" message, you might need to run git fetch..

    Sincerely,
    SourceForge Support

     
  • Dmitry Lukashonok

    dear support,

    All is fine now. something was screw up, but as soon as files are pushed another time all is visible under the project.

    Thank you a lot for the quick help.

     
  • SourceForge Support

    • status: open --> closed
     
  • SourceForge Support

    Hi,

    Thank you for your feedback
    With your issue resolved, this ticket will be closed.

    Sincerely,
    SourceForge Support

     

Log in to post a comment.