我尝试了这个命令:
git push -u origin main
但我收到此错误:
fatal: Invalid proxy URL 'https:/github.com': only SOCKS proxies support paths
fatal: remote helper 'https' aborted session
我该如何修复它
我尝试了这个命令:
git push -u origin main
但我收到此错误:
fatal: Invalid proxy URL 'https:/github.com': only SOCKS proxies support paths
fatal: remote helper 'https' aborted session
我该如何修复它
如果我有类似的东西:
public void add(func<string, string>
val)
{
textval = val; // val should be hello
}
我想调用这个函数
add((val) => "hello")