Open wangxiaoyunanne opened 5 years ago
that's weird. I have no idea, probably it's related to your ssh configuration
You can clone this repo and the submodule respectively.
That is,
git clone https://github.com/Hanjun-Dai/graph_adversarial_attack.git
And then clone the submodule in this repo
cd graph_adversarial_attack git clone https://github.com/Hanjun-Dai/pytorch_structure2vec.git
But I'm not quite sure why you encountered your problem. Anyway, goodluck. 😃
thank you for your reply!
Thanks @Hanjun-Dai Follow this instruction, I can clone both of them. I think you should change your instruction in order that other guys do not encounter the same issue.
thanks! updated
It seems that you put a wrong link about this issue in your readme
thanks for pointing this out! it is now fixed.
When I run git clone git@github.com:Hanjun-Dai/graph_adversarial_attack --recursive
It says permission denied. I need to git clone pytorch_structure2vec separately