/kernel

GNU General Public License v3.0GPL-3.0

git clone https://github.com/Haris131/kernel.git
git add --all
git commit -m "first"
git config --global http.version HTTP/1.1
git config http.postBuffer 524288000
git push origin main

.gitconfig

[user]
        name = usernamegithub
        email = emailgithub
[http]
        version = HTTP/1.1

Password: Personal access tokens ✔️ all