If another user updated the repository on your Git server, your push operation fails.
Wenn ein anderer Benutzer das Repository auf Ihrem Git-Server aktualisiert hat, schlägt der Push-Vorgang fehl.
To perform the push operation, you must have write access to the repository on your Git server.
Um den Push-Vorgang auszuführen, benötigen Sie Schreibzugriff auf das Repository auf Ihrem Git-Server.
With this method, you can quickly get a read/write Git server up and running for a handful of developers.
Mit dieser Methode kannst du schnell für eine Handvoll Entwickler einen Lese/Schreib Git-Server zum Laufen bekommen.
All your branches and tags should be on your new Git server in a nice, clean import.
All Deine Zweige und Tags sollten jetzt in Deinem neuen Git-Server in einem schicken, sauberen Import vorhanden sein.
Then check out the latest sources from the GIT server
Danach rufen Sie die aktuellen Quellen von einem GIT-Server ab
The last thing to do is add your new Git server as a remote and push to it.
Als letztes müssen wir den neuen Git-Server noch als entfernten Server einrichten und unsere Änderungen zu ihm pushen.
If the key is successfully added to the SSH agent running on your system and the connection to the specified Git server is successful using this key, a confirmation prompt appears.
Wenn der Schlüssel erfolgreich zum auf Ihrem System ausgeführten SSH-Agent hinzugefügt wurde und die Verbindung zum angegebenen Git-Server mit diesem Schlüssel hergestellt wurde, wird eine Bestätigungsaufforderung angezeigt.
Now, each user that does this has to send their public key to you or whoever is administrating the Git server (assuming you're using an SSH server setup that requires public keys).
Jeder Benutzer der dies macht, muss seinen öffentlichen Schlüssel an sich senden oder wer auch immer den Git-Server administriert (angenommen du benutzt eine SSH-Server Konfiguration, die öffentliche Schlüssel benötigt).
You may have to specify additional arguments if your Git server is using a port for SSH connections which is different from the default (22).
Sie müssen möglicherweise zusätzliche Argumente angeben, wenn Ihr Git-Server einen anderen als den Standardport (22) für SSH-Verbindungen verwendet.
This is different than using a Git server - in Git, you can fully test the state on your client system before publishing it, whereas in SVN, you can't ever be certain that the states immediately before commit and after commit are identical.
Das ist der Unterschied zu einem Git-Server - mit Git kannst Du den Zustand Deines Client-Systems komplett testen bevor Du ihn veröffentlichst, während Du bei Subversion nie sicher sein kannst, dass der Zustand direkt vor und direkt nach dem Commit identisch sind.
In order to check if the ABAP tools can communicate with the Git server, it is compelling to test if the connection between them works properly.
Um zu prüfen, ob die ABAP-Werkzeuge mit dem Git-Server kommunizieren können, ist es zwingend notwendig zu testen, ob die Verbindung zwischen ihnen funktioniert.
The local Git repository is initialized in this folder and is published to your Git server.
Das lokale Git-Repository wird in diesem Ordner initialisiert und auf Ihrem Git-Server veröffentlicht.
Using Git has the advantage that it is updated continuously, but the disadvantage that there is a single Git server for Fink, and it can be unreliable if there is a lot of traffic.
Der Einsatz von Git hat den Vorteil, dass es kontinuierlich aktualisiert wird, aber der Nachteil ist, dass es nur einen einzigen Git-Server für Fink gibt, so kann es sein, dass dieser manchmal nicht erreichbar ist, wenn es viel Traffic gibt.