There is a project on github that I want to work on. I cloned it and I want this clone to be base for my changes. I want this clone to become a repository itself with ability to clone it into subprojects. I want to be able to pull changes from github and then distribute those changes to subprojects and I want to be able to push changes back into github. Hope it makes sense.
I tried to clone the github onto my machine. When I try to clone the clone, I get an error about missing "/info/refs". From what I read, I have to somehow set up my clone to be a repository. Running "git update-server-info" in my clone did not work.
I did see Git Fatal Error: info/refs not found They are not trying to create intermediate repo as i am trying to do.