lehrkraefte:blc:informatik:ffprg2-2021:l4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
lehrkraefte:blc:informatik:ffprg2-2021:l4 [2021/09/08 11:04]
Ivo Blöchliger
lehrkraefte:blc:informatik:ffprg2-2021:l4 [2021/09/09 21:00]
Ivo Blöchliger
Line 20: Line 20:
 </code> </code>
   * https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account   * https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
-  * Lokale git config anpassen (weil normalerweise das klonen über https erfolgt):+  * Lokale git config anpassen (wenn das Klonen über https erfolgt):
 <code bash> <code bash>
 git remote remove origin git remote remove origin
 git remote add origin git@github.com:techlabksbg/t-watch.git git remote add origin git@github.com:techlabksbg/t-watch.git
 +git pull
 </code> </code>
 +  * Sonst in Zukunft gleich mit git@github.com:... klonen, dann muss das nicht mehr eingestellt werden.
 +  * Der Fingerprint vom Server muss noch akzeptiert werden (und eigentlich überprüft werden, siehe https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints)
  
  
  • lehrkraefte/blc/informatik/ffprg2-2021/l4.txt
  • Last modified: 2021/09/20 13:51
  • by Ivo Blöchliger