Connecting to GitHub

Connecting to GitHub

1. Whitelisting GitHub domains

Submit a ticket requesting the following domains to be whitelisted for a workspace
  1. . github.com
  2. . githubassets.com
  3. . git-scm.com
  4. .githubusercontent.com

Windows VM

  1. Check that proxy settings are correct by navigating Settings > Network and Internet > Manual proxy configurations > http://proxy.mydre.org and port 3128

  1. Navigate to www.git-scm.com and download and install Git for Windows 64 bit
  2. Start gitbash, Powershell of CMD
  3. Run the following command
  1. git config --global http.proxy http://proxy.mydre.org:3128
  1. Clone the repo(s) that you need and you are done

Linux VM

  1. Run the following command to configure git proxy:
  1. git config --global http.proxy http://proxy.mydre.org:3128

  1. Clone the repository by running the following command (replace https://github.com/flow4u/anDREa_squid by your preferred repo):



  1. Add, update, edit any changes to your repo and push changes: 

  1. you will see changes in your GitHub:

  1. When GitHub is removed from the workspace whitelist, the 403 error will occur: 


    • Related Articles

    • Installing PyCharm with Sourcery plugin

      First version: 2023-11-27 Last version: - Last change: - This is a community effort. The article was created by the anDREa Support Team in their spare time. If you have found a more efficient way to approach this, please contact us and we will update ...
    • Domains to be whitelisted/allowlisted for known applications

      First version: 2022-11-01 Last updated: 2024-04-08 Last change: Added domains for installing Visual Studio Code extensions. Introduction This is a community effort, if you experience issues, see mistakes/updates, or have other applications that you ...
    • Proxy configurations for connecting to a server or blob

      Version: 2022-11-02 Update: 2022-11-14 Introduction Domain allowlisting is a selfservice feature that is now available on myDRE. As the name implies, domains on the allowlist can be accessed from within the Workspace (you can request specific domain ...
    • CBS OpenData

      CBS OpenData & Python & R / RStudio Update: 2024-02-19 Domain to allow list beta-odata4.cbs.nl Instructions how to use the API https://github.com/statistiekcbs/CBS-Open-Data-v4/tree/master basic.py tested working
    • External access in your workspace

      Introduction By default myDRE workspaces do not have connection to the internet. This ensures that data within the workspace is secure and auditable - we know what comes in, and what goes out. However, sometimes you do need a connection to a web ...