Skip to content

wuzhizhe/uploadFileToGithub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uploadFileToGithub

上传文件到github,用了git data api,此处代码

将github-api里的Repository.js里createBlob方法的postbody修改成下面的代码.

var postBody = null;
if (typeof content === 'object') {
    postBody = content;
} else {
    postBody = this._getContentObject(content);
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published