After I upgraded to the latest stable version, I encountered two problems
1. `storage upgrade` can't automatically upgrade my schemes, eventually I upgraded it by myself one by one.
2. when I clone my self-hosted repo. It always tell me `fatal: protocol error: bad line length character: <br ` .
`git pull`also has the same problem. But `git push` seems work well.
see below.
```lang=shell
git clone http://ph.benemind.com/diffusion/EMSPEED/emspeed.git
Cloning into 'emspeed'...
fatal: protocol error: bad line length character: <br
```
http://ph.benemind.com/diffusion/EMSPEED/emspeed.git/git-upload-pack(You can't access the domain, it maps to a LAN ip address)
After I capture the HTTP frame, I found this in the response
```
<br />
<b>Deprecated</b>: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent in <b>Unknown</b> on line <b>0</b><br />
```