https://sourceforge.net/apps/trac/sourceforge/ticket/20421
Upon pushing my local repo to my SF project's git repo, I can no longer view the Git tool and I receive the error:
Error 500
We're sorry but we weren't able to process this request.Per the knowledge base page https://sourceforge.net/apps/trac/sourceforge/wiki/Git , The commands I've issued in my Git Bash (after the local repo has been init'd and had the first commit) are in order:
git config user.name "Qix"
git config user.email "m0nk3yi3unz@users.sourceforge.net"
git remote add origin ssh://m0nk3yi3unz@git.code.sf.net/p/natoga/src
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
git push origin master
[password]I then receive:
Counting objects: 3, done.
Writing objects: 100% (3/3), 257 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
<repository p="" natoga="" git="" src.git=""> refresh queued.
To ssh://m0nk3yi3unz@git.code.sf.net/p/natoga/src
* [new branch] master -> master</repository>After receiving this output, I go back to my project page and attempt to view the git code tab again, which then produces the earlier mentioned 500 error.
The URL that produces the error is:
https://sourceforge.net/p/natoga/src/ci/7c2f383cbc12193d2a157fec05558e8dd5b9e819/treeWhat am I doing wrong?
Thank you in advance.
He's since deleted and recreated his repo, so it's now located here: https://sourceforge.net/p/natoga/code/
But that still gives a 500 error...
Originally by: *anonymous
I've seriously deleted/recreated the git repo like, 10 times now. I've tried a bunch of different things and it -all- give the 500. I have another project which also has a git repo and I use the -same- methods to push, and it works perfectly fine. I don't know if it may be your server detecting the PHP code (natoga is a PHP backend project) and not allowing me to view it at some risk of some sort of xss attack or something. Just my thoughts.
However, I can push/clone/what have you -just fine-, but viewing it on the site yields the 500.
Originally by: m0nk3yi3unz
Same issue:
https://sourceforge.net/p/allura/tickets/2294/
Originally by: m0nk3yi3unz
I'm getting the same error on another project as well:
https://sourceforge.net/p/silhouettemod/code/ci/a314722eab1b563ce1c997d370fb7e95af3db350/tree/
Originally by: m0nk3yi3unz
Since the milestone on august 26th, most of my projects have been fixed.
However, https://sourceforge.net/p/silhouettemod/code/ci/a314722eab1b563ce1c997d370fb7e95af3db350/tree/
Still yields a 500 error.
Originally by: m0nk3yi3unz
As well as https://sourceforge.net/p/nocoapp/code/ci/0aa2a0a2ad4749f441ec11203a574cba78861201/tree/
Not getting 500 errors on any of the mentioned URLs any more.