zhangwenkal
zhangwenkal
H5demo报错
_fetchWebSocketDebugUrl raise RuntimeError(errorMsg) RuntimeError: 无法获取debug url,并检查是否配置了代理,是否已经建立了websocket连接未关闭
1. when i pushing by ```remote.push([ref], callbacks=callbacks)```, but there is not any response 2. using git cli push, there is a response. as followd:
self = , specs = ['refs/heads/git-push-test-ssh'], callbacks = proxy = None def push(self, specs, callbacks=None, proxy=None): """ Push the given refspec to the remote. Raises ``GitError`` on protocol error or...
The service requires certificate trust ,my PC has added a certificate trusted. when i execute ‘svn co {url}’ is ok, but using the lib svn is can't.  How to...
FATA Fail to build: fail to generate new go.mod: /tmp/goc-build-2c7108a515c0/go.mod:5: unknown directive: toolchain 用 go build 可以编译,go 版本 1.22.1; 但是用 goc build 就报上述错误,不知道啥原因?