Community
Participate
Working Groups
When setting up a new remote with a push specification egit refuses to complete the process of adding the push sped if the repository is empty stating an error "Spec doesn't match any refs in source repository". You are stuck on that screen and can't even "skip" over the push. I think it should allow me to create a push configuration even if there are no matches refspecs at the time, as those refs might be added later and I might be doing this in a forward-looking manner. For example if I am planning to fetch into my empty repo and push later on. Steps to reproduce: 1. Create an empty local git repository with no commits or branches 2. Add a remote and specify that you want to set up both fetch and push 3. You cannot complete the process because you are not allowed to set up a push config without any local branches