paulmillr / ostio

Your open-source talks place.
http://ost.io
247 stars 44 forks source link

Doesn't appear to import private repos #29

Open jasonkarns opened 11 years ago

jasonkarns commented 11 years ago

There are a number of private repos to which I have access but they are owned by another user. None of these repos seemed to be imported.

My first assumption is that these repos are not exposed by the GH API. However, these repos are imported by Cloud9ide, so GH must make them available somehow.

Unfortunately, these private repos are the primary repos with which I planned on using ostio.

vendethiel commented 11 years ago

cloud9 uses your private key to fetch repos

paulmillr commented 11 years ago

good idea