• clone repo [ size_ 34 mb ]
  • added $ git remote add citer url
  • but when $ git checkout master && git fetch citer && git pull --rebase citer master && git push origin master
  • the above command requires github username and password
  • i dont want to create account on github
  • i will not create pull requests
  • is there any way to keep clone uptodate with remote without requiring github username & password
  • జిందం వాఐి@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    @Chais@sh.itjust.works

    If I understand OP’s explanation correctly, they’re simply trying to make a, possibly selfhosted, copy of a GitHub repo.

    • yes, you are correct in sense.
    • all i am trying to do is keep a copy of upstream repo. similar to mirroring repo.
    • i have to remove git push origin master
    • i will again check after few days whether the command is correct