Is it possible to create a new Git Repo 开发者_如何学JAVAat GitHub through restful API and not manually through their site?
Yes, see the Repositories API page.  You do a post to repos/create with at least a name parameter.
Check out the Github gem for example uses of the Github API; here's the implementation of the create command.
give this a try: curl -u "USERNAME:PASS" -F 'name=REPONAME' http://github.com/api/v2/json/repos/create
from: http://develop.github.com/p/repo.html
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论