You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
I just have created a new Symfony 2.2 project, added this bundle, run
git init
.Then I have done some commits, branches and merges, but everything is still local atm.
First thing I notice is that the Bundle try to read
packed-refs
: this file does not exist yet. So I runnedgit gc
- but still a blank page.Here is what my .git look like:
Notice there is nothing in
/refs/heads
, but I think the Bundle expect some files here.Here is what I get in the Profiler:
Beside that, I got the right branch name in the Debug bar but there is a CSS issue:
I run Git 1.7.9.5 on Ubuntu 12.04.
The text was updated successfully, but these errors were encountered: