Github user SergeVil commented on the issue:

    https://github.com/apache/incubator-tinkerpop/pull/331
  
    I added the next lines to the file:
    
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphml/GraphMLReader.java
    
                            final String currentEdgeLabel = 
Optional.ofNullable(edgeLabel).orElse(Edge.DEFAULT_LABEL);
                            edgeOutVertex.addEdge(currentEdgeLabel, 
edgeInVertex, propsReady);
    
    I committed it to 'origin/tp31', but I cannot push my changes. I'm getting:
    
    (incubator-tinkerpop)$ git push
    fatal: remote error: access denied or repository not exported: 
/incubator-tinkerpop.git


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to