We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有时候就卡住一小会,有时候卡了很久,btw,我用的是github上传,这是正常现象吗?有没有什么好的解决方法呢
The text was updated successfully, but these errors were encountered:
这个应该是跟你网络有关系,墙的存在可能出现这种情况,如果你有稳定的VPN可以打开试试
Sorry, something went wrong.
把xmlhttprequest换成异步即可
// upload.js $.ajax({ ...... url: "https://api.github.com/repos/" + setting.github.Repository + "/contents/" + filename, async: true, ....
那个async本来是false, 换成true.
No branches or pull requests
有时候就卡住一小会,有时候卡了很久,btw,我用的是github上传,这是正常现象吗?有没有什么好的解决方法呢
The text was updated successfully, but these errors were encountered: