You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Hi, I am trying to run the gRPC microservices example mentioned in the README.md, but I found that LocalServer.java can not run because it tries to import a nonexistent class com.google.startupos.common.repo.GitRepoFactory.
Could you please help me solve this issue? Thanks!!
The text was updated successfully, but these errors were encountered:
You may be able to get away with creating the GitRepo directly in LocalServer, using the constructor, by passing fileUtils which LocalServer already has access to, and the path which you pass to .create().
Hi, I am trying to run the gRPC microservices example mentioned in the README.md, but I found that LocalServer.java can not run because it tries to import a nonexistent class
com.google.startupos.common.repo.GitRepoFactory
.Could you please help me solve this issue? Thanks!!
The text was updated successfully, but these errors were encountered: