mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #534] Unexpected http response: '' when used as http proxy of git #433
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#433
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Patrick-Ze on GitHub (May 24, 2023).
Original GitHub issue: https://github.com/snail007/goproxy/issues/534
Expected Behavior
http代理应和git正常配合工作
Current Behavior
启动的http代理能够正常进行网页访问等操作,但是无法作为git的http代理。具体步骤见后文
Possible Solution
水平不足以提出
Steps to Reproduce
具体操作如下:
free_13.1(Windows平台)proxy http -t tcp -p localhost:8899~/.ssh/config内进行如如下配置Context (Environment)
proxy http -t tcp -p localhost:8899Detailed Description
请问是否是配置不当或者有什么排查建议?
Possible Implementation
水平不足以提出