2

I have a pac file to access to proxy, I am using bitbucket.

http://xxx.xxx/xxx/proxy.pac same user of machine logged and password

I need git access to the repository.

Clone command is: git clone https://test@bitbucket.org/test/test.git

How can I configure it?

David
  • 6,388
  • 9
  • 30
  • 50
  • Does this answer your question? [Is there any way to get git to work directly with a .pac (proxy auto-config) script?](https://stackoverflow.com/questions/37343550/is-there-any-way-to-get-git-to-work-directly-with-a-pac-proxy-auto-config-scr) – Attila Csipak Feb 17 '21 at 07:51

1 Answers1

0

Compared to my 2016 answer, I now (June 2021) uses genotrance/px

That means your HTTPS_PROXY becomes http://127.0.0.1:3128

From there, you can access internet, and your BitBucket repository.

VonC
  • 1,129,465
  • 480
  • 4,036
  • 4,755