About 6,270,000 results
Open links in new tab
  1. How do I rename a Git repository? - Stack Overflow

    Jan 11, 2010 · With Github As Your Remote Renaming the Remote Repo on Github Regarding the remote repository, if you are using Github or Github Enterprise as the server location for …

  2. github - remote: Write access to repository not granted. fatal: …

    Dec 31, 2021 · I had logged in using Fine grained token earlier when I was trying to clone any repository. Solution I deleted the login credentials by going to Keychain access -> Login Items …

  3. How do I add files and folders into GitHub repos?

    Jan 8, 2012 · Next Github repo will ask whether you want to publish these to its remote repository. Click "Publish" Note Publish is just a one time operations. Going forward any further changes …

  4. How do I change the URI (URL) for a remote Git repository?

    First, view the existing remotes to verify which URL is currently set: git remote -v Then, you can set it with: git remote set-url origin <NEW_GIT_URL_HERE> See git help remote. You also …

  5. git - How do I rename a repository on GitHub? - Stack Overflow

    Apr 22, 2011 · You can do this by using git remote on the command line: git remote set-url origin new_url Beware though: GitHub Pages sites are not automatically redirected when their …

  6. Git how to clone with SSH key, username - Stack Overflow

    This way it will apply this config and use a key different than id_rsa before actually fetching any data from the git repository. subsequent fetch or push will use the specified key to authenticate …

  7. git - Cloning a repo from someone else's Github and pushing it to …

    Aug 13, 2013 · 127 GitHub: git clone someone else's repository & git push to your own repository I'm going to refer to someone else's repository as the other repository.

  8. Moving Git repository content to another repository preserving …

    318 I am trying to move only the contents of one repository (repo1) to another existing repository (repo2) using the following commands: git clone repo1 git clone repo2 cd repo1 git remote rm …

  9. How to upload a project to GitHub - Stack Overflow

    Oct 9, 2012 · 308 After checking How can I upload my project's Git repository to GitHub?, I still have no idea how to get a project uploaded to my GitHub repository. I created a repository and …

  10. How can I switch a public repo to private and vice versa on GitHub?

    Sep 7, 2019 · Default visibility for new repositories When you create a repository, you can choose whether it should be private or public. Now, when you're signed into GitHub through an …

Refresh