YuanHu-PKU-KIT
YuanHu-PKU-KIT
I'm not familiar with the git command, so there may be some silly questions below. 1. Should I clone my branch with `git clone -b GVR-LVR_in_OpenMC https://github.com/YuanHu-PKU-KIT/openmc.git` in the _Git...
I still got error with this: ``` $ git clone https://github.com/YuanHu-PKU-KIT/openmc Cloning into 'openmc'... fatal: unable to access 'https://github.com/YuanHu-PKU-KIT/openmc/': OpenSSL SSL_read: Connection was reset, errno 10054 ``` I also tried...
I solved this problem: ``` $ git clone https://github.com/YuanHu-PKU-KIT/openmc Cloning into 'openmc'... remote: Enumerating objects: 100936, done. remote: Counting objects: 100% (2167/2167), done. remote: Compressing objects: 100% (862/862), done. remote:...
I finished these steps, and I got: ``` $ git rebase --onto upstream/develop 9897446 Successfully rebased and updated refs/heads/GVR-LVR_in_OpenMC. ``` ``` $ git push -f origin Enumerating objects: 48, done....
As discussed with @pshriwise, I separated this PR into 3 PRs (#2030 for LVR, #2031 for GVR, and #2032 for asynchronous). Thus we could be able to focus on the...