pyinstaller updater with github / bitbucket private repos

前端 未结 1 765
天命终不由人
天命终不由人 2021-01-01 18:33

I\'m attempting to integrate pyinstaller with updating feature for private repo’s. My question, is there a way to integrate pyupdater with free alternatives such as: bitbuck

相关标签:
1条回答
  • 2021-01-01 19:08

    The Downloads section is not accessible via SSH. You'll need to use other forms of authentication over HTTPS to retrieve those files. (Application passwords may be your best option here, since they can be scoped very specifically and discarded as necessary.)

    0 讨论(0)
提交回复
热议问题