: 是非法字符,无法作为文件名

: 是非法字符,无法作为文件名
pull/762/head
singinginwind 7 years ago committed by GitHub
parent 448e528140
commit b74264be69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ public class GithubRepo implements HasKey {
@Override
public String key() {
return author+":"+name;
return author+"_"+name;
}
public String getName() {

Loading…
Cancel
Save