meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
git:start [2023/05/30 10:26] niziakgit:start [2023/05/30 10:29] (current) niziak
Line 10: Line 10:
 </code> </code>
  
-=== replace github's git:// links +=== replace github's git: links === 
-NOTE: Github was disabled git protocol. So only https:// or ssh is valid.+NOTE: Github was disabled git protocol. So only ''https:'' or ssh ''git@'' is valid.
  
 <code bash> <code bash>
Line 18: Line 18:
 git config --global url.https://.insteadOf git:// git config --global url.https://.insteadOf git://
 </code> </code>
 +
 +Keywords: git protocol, ''git:'' protocol
  
 === replace github https links === === replace github https links ===