有一種豁達(dá)叫開(kāi)源
????當(dāng)人們?cè)谟懻撻_(kāi)源的時(shí)候,第一時(shí)間想到的是索取,開(kāi)源對(duì)很多開(kāi)發(fā)者來(lái)說(shuō)是好的事情,但是閉源對(duì)很多科技企業(yè)是有技術(shù)保護(hù)作用的。
=====





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 [email protected]:gdk8/kernel.git
git add -A
git commit -m “”
git push



