step1: 

https://help.github.com/articles/configuring-a-remote-for-a-fork/

step2:

https://help.github.com/articles/syncing-a-fork/

 

fork and PR  

https://gist.github.com/Chaser324/ce0505fbed06b947d962

 

pull and apply a patch

https://stackoverflow.com/questions/7827002/how-to-apply-a-git-patch-when-given-a-pull-number

 

update centos python:

https://blog.fazero.me/2016/10/13/centos-update-python/

cd /home/

virtualenv --python=/usr/local/python2.7.12/bin/python2.7 py2.7.12ENV

source py2.7.12ENV/bin/activate 

相关文章:

  • 2021-12-30
  • 2022-02-08
  • 2021-12-11
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
猜你喜欢
  • 2021-09-09
  • 2021-10-21
  • 2021-11-03
  • 2021-10-10
  • 2022-03-03
  • 2021-05-21
  • 2022-02-12
相关资源
相似解决方案