The news that youtube-dl had been struck by DMCA takedown notice by RIAA has been circulating in many tech circles such as Hacker News, inviting regular criticism of GitHub and the volatility of software hosting platforms. Akin to when Microsoft acquired GitHub or when GitHub banned users in Iran (among …
hosting ∈ article.tags
-
-
how to migrate your GitHub repository to Codeberg
The easiest way to migrate repositories is to simply change where your local repository remote points to. In a locally cloned repository, assert that you should have a git remote (usually named
origin
) by runninggit remote -v
:origin git@github.com:username/repository.git (fetch) origin git@github.com …