Spencerio1 / Supercars-A-Minecraft-Vehicle-Mod

Adds tons of cars from real life, gas stations, materials for making cars, road systems, etc.
GNU Lesser General Public License v3.0
2 stars 1 forks source link

I'm commiting and pushing, but it won't work. Any ideas of what went wrong? #3

Open Spencerio1 opened 10 years ago

Parker8283 commented 10 years ago

Are you using Eclipse or running from the Command Line?

Arastais commented 10 years ago

for making mods? I always use eclipse..its way easier than a command line lol

On Mon, Sep 1, 2014 at 12:43 PM, Parker Young notifications@github.com wrote:

Are you using Eclipse or running from the Command Line?

— Reply to this email directly or view it on GitHub https://github.com/Spencerio1/Supercars-A-Minecraft-Vehicle-Mod/issues/3#issuecomment-54087714 .

Parker8283 commented 10 years ago

I use a mix of both. Some things are better done from the command line.

Spencerio1 commented 10 years ago

I'm using eclipse as of present. It says it succeeded every time, but I never see any change on the repository.

Parker8283 commented 10 years ago

Did you authenticate yourself when you cloned in the repo?

Spencerio1 commented 10 years ago

Yes.

Spencerio1 commented 10 years ago

Is it possible that not forking the repository caused it?

Arastais commented 10 years ago

hey man, sorry about gone lately, been busy with school, ill try to help out more

Spencerio1 commented 10 years ago

Me too. I've been unable to figure out why I can't commit, any ideas?

Spencerio1 commented 10 years ago

I've also experienced a crash when I test the mod, I'm going to post the errors on Pastebin.com or somewhere, I'll include a link once I do.

Parker8283 commented 10 years ago

I really don't know what is causing your git problems. I use IntelliJ at this point, and tbh, I don't really use it's git client very much. I usually always use the command line. To do so:

Open a command prompt window in the folder you want to put the cloned repo. Execute git clone https://github.com/Spencerio1/Supercars-A-Minecraft-Vehicle-Mod.git cd Supercars-A-Minecraft-Vehicle-Mod gradlew.bat setupDecompWorkspace eclipse

That should setup your workspace. You can then import the project into eclipse.