Max repo size for private self hosted repositories?
There have been several questions in the past about maximum git repository sizes and all of the answers are basically responses describing what GitHub or Gitlab permit ie here and here and here, and mention of a bug in windows that limits individual files to 4Gb.
Max repo size for self hosted repositories?
There have been several questions in the past about maximum git repository sizes and all of the answers are basically responses describing what GitHub or Gitlab permit ie here and here and here, and mention of a bug in windows that limits individual files to 4Gb.
ssh automatically tries to connect to github
I’m a (newbie) developer. Until recently I used ssh to connect to client’s servers:
ssh [email protected]
.
Now it doesn’t seem to read the domain part: It tries to connect to something ssh [email protected]
– results in [email protected]: Permission denied (publickey)
.