#2413 Error 500: "We're sorry but we weren't able to process this request." on git browse [20421]

v1.0.0
closed
nobody
support (446)
General
nobody
2015-08-20
2011-07-05
Chris Tsai
No

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/tree

What 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...

Discussion

  • Anonymous - 2011-07-06

    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.

     
  • Anonymous - 2011-07-13

    Originally by: m0nk3yi3unz

    Same issue:

    https://sourceforge.net/p/allura/tickets/2294/

     
  • Dave Brondsema

    Dave Brondsema - 2012-07-17
    • status: open --> closed
    • milestone: forge-backlog --> forge-jul-27
     
  • Dave Brondsema

    Dave Brondsema - 2012-07-17

    Not getting 500 errors on any of the mentioned URLs any more.

     

Log in to post a comment.