remote: ---> Fetching app dependencies with mix remote: ** (Mix.Config.LoadError) could not load config config/config.exs remote: ** (CompileError) config/config.exs:8: module Config is not loaded and could not be found remote: (elixir) lib/code.ex...
Sorry if this is a duplicate, or has been answered elsewhere. I've turned on "mix_format" "on_save", it works in one project, but every other Elixir project I have I get this error in the console: ** (Mix) Could not find an SCM for depen...
Hello, I compile erlang-sqlite3. Thank i try make test and after this i get: Error loading sqlite3_drv: The specified module could not be found In README file write that: If you get the error "Error loading sqlite3_drv: The specified mod...
public/photos' \ --prune-empty --tag-name-filter cat -- --all echo public/photos >> .gitignore git add .gitignore && git commit -m "ignore rule for photos" git push origin branch -f // via: https://stackoverflow.com/questions/25458306/git-rm-fatal-pathspec-did-not-match-any-...