Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git Push #2

Open
lomoz opened this issue Jul 5, 2016 · 8 comments
Open

Git Push #2

lomoz opened this issue Jul 5, 2016 · 8 comments

Comments

@lomoz
Copy link
Contributor

lomoz commented Jul 5, 2016

Ich habe gerade die neuste Version der GUI zu pushen (mit cd zum Ordner GUI und dann "git push") bekam im Terminal auch die Meldung everything-up-to-date, aber hier in unserer Gruppe hat sich nichts geändert..

@krakowski
Copy link
Contributor

krakowski commented Jul 5, 2016

Hey,

git add .
git commit -m "Nachricht hier rein"
git push

Immer vorher adden und comitten bevor push
ausgeführt wird.

@lomoz
Copy link
Contributor Author

lomoz commented Jul 7, 2016

Jetzt hat es funktioniert, danke :)

@jeray100
Copy link
Contributor

Irgendwie klappt es mit dem Clonen bei mir nicht. ich hab das bei Linux versucht: Dann bekomm ich die Meldung:
student@Ersti-VM ~/Desktop/pro7 $ git clone https://github.com/ProPra16/programmierpraktikum-abschlussprojekt-iuvba.git
Cloning into 'programmierpraktikum-abschlussprojekt-iuvba'...
fatal: unable to access 'https://github.com/ProPra16/programmierpraktikum-abschlussprojekt-iuvba.git/': Could not resolve host: github.com

Was kann ich machen?
würde mich auf ne Antwort freuen

@krakowski
Copy link
Contributor

Hey,

offenbar hast Du keine Internetverbindung unter
Linux, daher die Fehlermeldung. Falls diese nicht
konfiguriert ist, wirst Du sie einrichten müssen.

Viele Grüße,
Filip

@jeray100
Copy link
Contributor

Wie mach ich das dann auf Windows, ich Habs auf Linux versucht weil auf Windows immer steht git ist entweder falsch geschrieben oder konnte nicht gefunden werden ?

Von meinem iPhone gesendet

Am 22.07.2016 um 12:58 schrieb Filip Krakowski [email protected]:

Hey,

offenbar hast Du keine Internetverbindung unter
Linux, daher die Fehlermeldung. Falls diese nicht
konfiguriert ist, wirst Du sie einrichten müssen.

Viele Grüße,
Filip


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@krakowski
Copy link
Contributor

Hey,

um Git zu benutzen muss es vorher installiert werden. Da es nicht installiert ist sagt die Konsole, dass der Befehl falsch geschrieben ist oder überhaupt nicht existiert.

Viele Grüße,
Filip

@jeray100
Copy link
Contributor

Sorry, dass ich wieder störe
aber bei IntelliJ werden mir zwei Fehlermeldungen angeziegt
einmal : Cant start Git
und die andere ist
"Error running build: Module 'programmierpraktikum-abschlussprojekt-iuvba' is not backed by gradle"

@krakowski
Copy link
Contributor

Hey,

am besten Du lädst und importierst das Projekt wie hier beschrieben nochmal. Außerdem scheint
IntelliJ einen falschen Pfad zu Git zu haben, jedoch kann ich das aus so einer kurzen
Fehlermeldung nicht sicher sagen.

Viele Grüße,
Filip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants