有一种豁达叫开源
共 2940字,需浏览 6分钟
·
2022-03-03 14:34
当人们在讨论开源的时候,第一时间想到的是索取,开源对很多开发者来说是好的事情,但是闭源对很多科技企业是有技术保护作用的。
=====
git branch -M main
error: refname refs/heads/master not found
fatal: Branch rename failed
remote: Support for password authentication was removed on August 13, 2021. Please use a per sonal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git- operations/ for more information.
fatal: Authentication failed for 'https://github.com/gdk8/kernel.git/'
eval "$(ssh-agent -s)"
git remote set-url origin git@github.com:gdk8/kernel.git
git add -A
git commit -m “”
git push