About 600 results
Open links in new tab
  1. How do I "git clone" a repo, including its submodules?

    Sep 26, 2010 · How do I clone a git repository so that it also clones its submodules? Running git clone $REPO_URL merely creates empty submodule directories.

  2. How to add a new project to Github using VS Code

    All the tutorials i've seen till now shows to first create a repository on github, copy the link go to vscode and git clone it and from that on, you can do commits and pushes. Is that the right way...

  3. How do I link a GitHub repository to a Google Colab notebook?

    May 16, 2021 · I have created a GitHub repository and I want to link it to my Colab notebook, but I am unable to do that. I have used the following command to get a clone of git repo: ! git clone …

  4. Run a Jupyter notebook directly online (without downloading it …

    Feb 11, 2020 · When finding an interesting Python Jupyter Notebook, such as 02.00-Introduction-to-NumPy.ipynb, I usally have to: download it locally open a shell in the same folder (tip: use …

  5. pip - Installing Python Libraries to Google Drive in Colab is …

    Aug 31, 2025 · screenshot of installation colab link its been 25 minutes it is still installing the lib I'm trying to optimize my Google Colab workflow by installing Python libraries directly to my …

  6. How to fix "ssh: connect to host github.com port 22: Connection …

    Host github.com Hostname ssh.github.com Port 443 Then, run the command ssh -T [email protected] to confirm if the issue is fixed. According to this Sometimes, firewalls refuse to …

  7. How to add a GitHub personal access token to Visual Studio Code

    Aug 13, 2021 · Update (March 2025) GitHub now requires fine-grained personal access tokens (PATs) for most new workflows. Classic tokens still work if you already created them, but new …

  8. remote: Write access to repository not granted. fatal: unable to …

    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 …

  9. How to synchronize Github and Azure DevOps repository?

    Apr 15, 2020 · I have two repository, first on Azure DevOps, second on GitHub. I'd like to update GitHub repository to have the same code on both repositories. How can I do it without …

  10. Git SSH issue - "Software caused connection abort" kex and …

    Apr 21, 2023 · "Software caused connection abort" means exactly that: you have some software on your system that caused your connection to be aborted. That could be a firewall, an …