Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

githubユーザ名が取得されない #20

Closed
inomata137 opened this issue Mar 11, 2024 · 7 comments · Fixed by #45
Closed

githubユーザ名が取得されない #20

inomata137 opened this issue Mar 11, 2024 · 7 comments · Fixed by #45

Comments

@inomata137
Copy link
Contributor

# inomata137 @ Kronos in ~/Desktop/projects/OkinawaCompPhysFoodSurvey2024.jl on git:inomata137/okinawa-food x [9:32:48] 
$ git config --get github.user
inomata137

# inomata137 @ Kronos in ~/Desktop/projects/OkinawaCompPhysFoodSurvey2024.jl on git:inomata137/okinawa-food x [9:33:08] 
$ julia --project interactive.jl 
[ Info: githubuser=
ERROR: LoadError: Git hosting service username is required, set one with keyword `githubuser="<YourGitHubUserName>"`
Stacktrace:
 [1] interactive(; githubuser::Nothing)
   @ Main ~/Desktop/projects/OkinawaCompPhysFoodSurvey2024.jl/interactive.jl:20
 [2] interactive()
   @ Main ~/Desktop/projects/OkinawaCompPhysFoodSurvey2024.jl/interactive.jl:15
 [3] top-level scope
   @ ~/Desktop/projects/OkinawaCompPhysFoodSurvey2024.jl/interactive.jl:49
in expression starting at /Users/inomata137/Desktop/projects/OkinawaCompPhysFoodSurvey2024.jl/interactive.jl:49

環境

  • MacBook Pro(M3 Pro)
  • julia version 1.10.2
@terasakisatoshi
Copy link
Member

こちらをご確認ください

#6 (comment)

@inomata137
Copy link
Contributor Author

$ git config --get github.user
inomata137

となるので、git側の設定はできているはずだと思います

@saintbenjamin
Copy link
Contributor

GitHub Desktopのご使用をも検討していただけますかね。GUI環境なのでかなり楽です。僕はGitLabの方はCLIで楽にやってますが、GitHubの方はちょっとCLIだと不具合があって、GitHub Desktopでやっちゃってます。

@toririm
Copy link
Contributor

toririm commented Mar 11, 2024

私の環境でもこのIssueと同様の状態が再現しました。

.git/config

[github]
	user = toririm

が含まれていても、動作しませんでした。

環境

  • Windows 11
  • Julia Version 1.10.2

@saintbenjamin
Copy link
Contributor

GitHub Desktopを事前にいれとけば、gitのRPMが全然入ってなかったのにも関わらず、普通にjuliaがGitHubとつながってました。

https://linux.how2shout.com/how-to-install-github-desktop-on-latest-fedora-linux/

@saintbenjamin
Copy link
Contributor

僕はWindows 11上で、WSL2を回していて、MS StoreにないFedora 38を無理やりWSL2にインストールして使っています。GitはFedoraの中で使ってます。

@toririm
Copy link
Contributor

toririm commented Mar 11, 2024

git config --global github.user <username>
に置き換えて実行した場合、手順通りに動作しました。

どうやらLibGit2がデフォルトで読んでいるgitconfigはグローバルのもののようです。

inomata137 added a commit to inomata137/OkinawaCompPhysFoodSurvey2024.jl that referenced this issue Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants