Edit: Splitting the question into 2: 1) 503 error, 2) how to get a file from one repo into another. This question focuses on the 503 error:
I'm new to git GUI. I'm trying to to get a file that is in my master branch onto my development
branch.
I found somewhere on stackoverflow that I need to fetch All, then do a merge with my local development
branch (checked out previously). However, when I try to do the fetch, I get the following error:
Fetching development
fatal: unable to access 'https://gitlab.com/<myrepo address>/vivado-user-ip/-/branches/': The requested URL returned error: 503
error: Could not fetch development
If I fetch the master
, by itself (fetch from origin
), there is no issue. When I fetch from development
or fetch all, I get the error.
What does error 503 refer to? In my case, it does not appear to be the http.proxy
environment variable issue - I already checked that.
Edit: in response to @Daemon Painter, I'm adding a link to various post discussing the environment variable a cause for the fetch error